mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 00:31:57 +03:00
7ccc47712e
(as well as in type signatures now that I know how to do that)
21 lines
308 B
Plaintext
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!
|