Idris2-boot/tests/idris2/record002/input

7 lines
119 B
Plaintext
Raw Normal View History

2019-06-24 14:44:34 +03:00
grow testPerson
grow (grow testPerson)
cons 10 testPair
cons' 10 testPair
record { more -> weight = 94 } testPerson
:q