-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Allows you to write FromDhall instances for Compdoc -- -- Allows you to write FromDhall instances for Compdoc @package compdoc-dhall-decoder @version 0.2.0.0 module Text.Compdoc.Dhall -- | Decode a Compdoc value. compdocDecoder :: WriterOptions -> JsonFormat Void (Record a) -> InputNormalizer -> Decoder (Record (FContent : a))