dhall-yaml-1.2.3: Convert between Dhall and YAML

Safe HaskellNone
LanguageHaskell2010

Dhall.Yaml

Description

Convert Dhall to YAML

Synopsis

Documentation

dhallToYaml Source #

Arguments

:: Options 
-> Maybe FilePath

The source file path. If no path is given, imports are resolved relative to the current directory.

-> Text

Input text.

-> IO ByteString 

Convert a piece of Text carrying a Dhall inscription to an equivalent YAML ByteString