Idris2/tests/idris2/record002/input

10 lines
228 B
Plaintext
Raw Normal View History

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