Idris2/tests/idris2/interactive028/expected

32 lines
502 B
Plaintext
Raw Normal View History

2021-07-13 09:25:49 +03:00
Main> Couldn't parse any alternatives:
1: Expected 'case', 'if', 'do', application or operator expression.
(Interactive):1:4--1:5
1 | :t (3 : Nat)
^
2021-07-13 09:25:49 +03:00
2: Expected '`'.
2021-07-13 09:25:49 +03:00
(Interactive):1:4--1:5
1 | :t (3 : Nat)
^
3: Expected operator.
(Interactive):1:4--1:5
1 | :t (3 : Nat)
^
... (50 others)
Main> Expected string begin.
(Interactive):1:5--1:6
1 | :cd ..
^
Main> Expected string begin.
(Interactive):1:7--1:8
1 | :load expected
^
Main>
Bye for now!