dhall-haskell/dhall-yaml/tasty/data/quoted.dhall
Simon Jakobi cd49b65c23 Move HsYAML-based code to new package dhall-yaml (#1514)
* Shared code for the dhall-to-yaml[-ng] executables stays in dhall-json.
* Shared tests are in dhall-yaml.

Fixes #1435.
2019-11-07 12:11:04 +00:00

7 lines
108 B
Plaintext

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