dhall-1.19.0: tests/parser/success/templateB.dhall
[
1,
"record",
[
7,
{
"name": "Text",
"value": "Double",
"taxed_value": "Double",
"in_ca": "Bool"
}
],
[
18,
"Hello ",
[
9,
"record",
"name"
],
"\nYou have just won ",
[
0,
"Double/show",
[
9,
"record",
"value"
]
],
" dollars!\n",
[
14,
[
9,
"record",
"in_ca"
],
[
18,
"Well, ",
[
0,
"Double/show",
[
9,
"record",
"taxed_value"
]
],
" dollars, after taxes"
],
[
18,
""
]
],
"\n"
]
]