dhall-yaml-1.0.1: Convert between Dhall and YAML

Safe HaskellNone
LanguageHaskell98

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