Idris2/tests/idris2/data/record002/input
2023-09-07 14:57:22 +01:00

10 lines
228 B
Plaintext

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