Home

ffdhall @a8e0c63b0fe3d3a347b66d6a44d7b2d16aebc559 - refs - log -
-
https://git.jolheiser.com/ffdhall.git
dhall parser for peterbourgon/ff
ffdhall / testdata / typed.dhall
- raw -
1
2
3
let Test = { s : Text, i : Natural, b : Bool, d : Text }

in  { s = "s", i = 10, b = True, d = "5s" } : Test