mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-20 11:21:43 +03:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
grow testPerson
|
|
grow (grow testPerson)
|
|
cons 10 testPair
|
|
cons' 10 testPair
|
|
record { more -> weight = 94 } testPerson
|
|
:q
|