| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Servant.Dhall
Description
A DHALL empty datatype with MimeRender and MimeUnrender instances for
Dhall's Interpret and Inject classes.
>>>type Eg = Get '[DHALL] Integer
Note: reading and executing Dhall expressions from untrusted source is a security risk.
- type DHALL = DHALL' DefaultInterpretOptions
- data DHALL' opt
- class HasInterpretOptions opts
- data DefaultInterpretOptions
Documentation
type DHALL = DHALL' DefaultInterpretOptions Source #
Instances
| Accept * (DHALL' opts) Source # | |
| (Inject a, HasInterpretOptions opts) => MimeRender * (DHALL' opts) a Source # | |
| (Interpret a, HasInterpretOptions opts) => MimeUnrender * (DHALL' opts) a Source # | |