dhall-yaml-1.1.0: Convert between Dhall and YAML

Safe HaskellNone
LanguageHaskell2010

Dhall.YamlToDhall

Synopsis

Documentation

data Options Source #

Options to parametrize conversion

Constructors

Options 
Instances
Show Options Source # 
Instance details

Defined in Dhall.YamlToDhall

dhallFromYaml :: Options -> ByteString -> IO (Expr Src Void) Source #

Transform yaml representation into dhall

schemaFromYaml :: ByteString -> IO (Expr Src Void) Source #

Infer the schema from YAML