Idris2/tests/idris2/interactive028/expected
Guillaume ALLAIS 7ccc47712e [ re #1087 ] Better error messages in the REPL
(as well as in type signatures now that I know how to do that)
2021-02-19 12:34:19 +00:00

21 lines
308 B
Plaintext

Main> Expected 'case', 'if', 'do', application or operator expression.
(interactive):1:4--1:5
1 | :t (3 : Nat)
^
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!