Idris2-boot/tests/idris2/basic024/expected
2019-09-24 20:26:25 +06:00

5 lines
142 B
Plaintext

1/1: Building PatLam (PatLam.idr)
Main> [(2, 3), (4, 5), (6, 7)]
Main> [S (S (S Z)), S (S (S (S Z))), S (S (S (S (S Z))))]
Main> Bye for now!