sprinkles-0.6.0.0: JSON API to HTML website wrapper

Safe HaskellNone
LanguageHaskell2010

Web.Sprinkles.PandocGVal

Contents

Documentation

blockItems :: forall m. Block -> [GVal m] Source #

blockChildren :: forall m. Block -> (HashMap Text (GVal m), [GVal m]) Source #

inlineChildren :: forall m. Inline -> (HashMap Text (GVal m), [GVal m]) Source #

Orphan instances

ToGVal m CitationMode Source # 
Instance details

Methods

toGVal :: CitationMode -> GVal m #

ToGVal m Citation Source # 
Instance details

Methods

toGVal :: Citation -> GVal m #

ToGVal m Inline Source # 
Instance details

Methods

toGVal :: Inline -> GVal m #

ToGVal m Alignment Source # 
Instance details

Methods

toGVal :: Alignment -> GVal m #

ToGVal m Block Source # 
Instance details

Methods

toGVal :: Block -> GVal m #

ToGVal m MetaValue Source # 
Instance details

Methods

toGVal :: MetaValue -> GVal m #

ToGVal m Meta Source # 
Instance details

Methods

toGVal :: Meta -> GVal m #

Monad m => ToGVal (Run p m h) Pandoc Source # 
Instance details

Methods

toGVal :: Pandoc -> GVal (Run p m h) #