sprinkles-0.6.0.0: JSON API to HTML website wrapper

Safe HaskellNone
LanguageHaskell2010

Web.Sprinkles.TemplateContext

Contents

Documentation

gfnPandoc :: forall p h. (LogLevel -> Text -> IO ()) -> Function (Run p IO h) Source #

gfnPandocAlias :: forall p h. Text -> (LogLevel -> Text -> IO ()) -> Function (Run p IO h) Source #

gfnGetLocale :: forall p h. (LogLevel -> Text -> IO ()) -> Function (Run p IO h) Source #

gfnLoadBackendData :: forall p h. (LogLevel -> Text -> IO ()) -> RawBackendCache -> Function (Run p IO h) Source #

catchToGinger :: forall h m. (LogLevel -> Text -> IO ()) -> IO (GVal m) -> IO (GVal m) Source #

Orphan instances

ToGVal m Request Source # 
Instance details

Methods

toGVal :: Request -> GVal m #