servant-dhall-0.1: Servant Dhall content-type

Safe HaskellNone
LanguageHaskell2010

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.

Synopsis

Documentation

data DHALL' opt Source #

Instances