mirror of https://git.jolheiser.com/ffdhall.git
4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
|
let Test = { s : Text, i : Natural, b : Bool, d : Text }
|
||
|
|
||
|
in { s = "s", i = 10, b = True, d = "5s" } : Test
|