mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
00ab9573a5
* [ re #1944 ] Allow simple toplevel aliases * [ done ] toplevel aliases with arguments * [ fix ] weird nonsensical test case * [ fix ] golden test files
26 lines
460 B
Plaintext
26 lines
460 B
Plaintext
1/1: Building Issue1230 (Issue1230.idr)
|
|
Error: No type declaration for Main.myRec2.
|
|
|
|
Issue1230:9:1--9:15
|
|
5 | myRec1 : R
|
|
6 | myRec1 = MkR 3
|
|
7 |
|
|
8 | mkRec2 : R
|
|
9 | myRec2 = MkR 3
|
|
^^^^^^^^^^^^^^
|
|
Did you mean: mkRec2?
|
|
Main> Error: Undefined name nap.
|
|
|
|
(Interactive):1:4--1:7
|
|
1 | :t nap
|
|
^^^
|
|
Did you mean: map?
|
|
Main> Error: Undefined name lentgh.
|
|
|
|
(Interactive):1:4--1:10
|
|
1 | :t lentgh
|
|
^^^^^^
|
|
Did you mean: length?
|
|
Main>
|
|
Bye for now!
|