Idris2/tests/idris2/record002/input

7 lines
116 B
Plaintext
Raw Normal View History

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