Idris2-boot/tests/idris2/basic024/expected

5 lines
142 B
Plaintext
Raw Normal View History

2019-07-03 17:11:57 +03:00
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!