Idris2/tests/chez/chez027/expected

18 lines
339 B
Plaintext
Raw Normal View History

1/1: Building StringParser (StringParser.idr)
Main> hiya
2020-07-05 17:39:34 +03:00
2
Parse failed at position 0: satisfy
2020-07-06 15:13:56 +03:00
Parse failed at position 0: Not good
2020-07-05 17:39:34 +03:00
['7', '6', '6', '7', '7', '5']
['6', '3', '5', '5', '3']
"887"
"123"
""
True
False
['a', '1', 'b', '2']
['a', 'b', 'c', 'd']
()
Parse failed at position 0: Purposefully changed OK to Fail
Main> Bye for now!