Idris2-boot/tests/idris2/basic025/expected
2019-07-12 09:32:36 +02:00

13 lines
512 B
Plaintext

Welcome to Idris 2 version 0.0. Enjoy yourself!
Main> [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
Main> [1, 3, 5, 7, 9]
Main> [10, 9, 8, 7, 6, 5, 4, 3, 2, 1]
Main> []
Main> [S Z, S (S Z), S (S (S Z)), S (S (S (S Z)))]
Main> [S (S (S (S Z))), S (S (S Z)), S (S Z), S Z]
Main> [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
Main> [100, 99, 98, 97, 96, 95, 94, 93, 92, 91]
Main> Parse error: Invalid list range syntax (next tokens: [end of input])
Main> Parse error: Invalid list range syntax (next tokens: [end of input])
Main> Bye for now!