dhall-haskell/dhall-yaml/tasty/data/normal.dhall

7 lines
108 B
Plaintext

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