Idris2-boot/tests/idris2/record002/input
2019-06-24 12:44:34 +01:00

7 lines
119 B
Plaintext

grow testPerson
grow (grow testPerson)
cons 10 testPair
cons' 10 testPair
record { more -> weight = 94 } testPerson
:q