shakebook-0.8.1.0: Shake-based technical documentation generator; HTML & PDF

Safe HaskellNone
LanguageHaskell2010

Shakebook.Conduit

Synopsis

Documentation

newtype RemoteJSONLookup Source #

Remote json lookup for an oracle, this should contain a URL as Text.

Constructors

RemoteJSONLookup Text 

addRemoteJSONOracleCache :: (MonadReader r m, MonadRules m) => m (RemoteJSONLookup -> RAction r Value) Source #

Adds an oracle cache for looking up json from a remote server.