dhall-haskell/dhall-json/tasty/data/yaml.dhall
Dmitry Dolgov 07906673af [POC] Add 'quoted' option (#941)
Allow to generare quoted scalars if needed via providing a custom encode
options to Data.Yaml.encodeWith. So far two corner cases from yaml
itself (an empty scalar, and special strings) are omitted in the
implementation.
2019-05-12 07:44:12 -07:00

6 lines
107 B
Haskell

{ string_value = "2000-01-01"
, text = ./tasty/data/yaml.txt as Text
, int_value = 1
, bool_value = True
}