Idris2-boot/tests/ttimp/record002/input
Edwin Brady 7cc37d28b3 Add (dependent) record update
This is pretty much straight from Blodwen
2019-05-27 10:56:13 +01:00

6 lines
96 B
Plaintext

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