dhall-yaml-1.0.3: tasty/data/normal.dhall
{ string_value = "2000-01-01"
, text = ./yaml.txt as Text
, int_value = 1
, bool_value = True
, bool_string = "true"
, yes = "y"
, hello_world = "hello world"
}
{ string_value = "2000-01-01"
, text = ./yaml.txt as Text
, int_value = 1
, bool_value = True
, bool_string = "true"
, yes = "y"
, hello_world = "hello world"
}