2021-03-29 12:45:48 +03:00
|
|
|
1/1: Building Issue1230 (Issue1230.idr)
|
|
|
|
Error: No type declaration for Main.myRec2.
|
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
Issue1230:9:1--9:15
|
2021-03-29 12:45:48 +03:00
|
|
|
5 | myRec1 : R
|
|
|
|
6 | myRec1 = MkR 3
|
|
|
|
7 |
|
|
|
|
8 | mkRec2 : R
|
|
|
|
9 | myRec2 = MkR 3
|
|
|
|
^^^^^^^^^^^^^^
|
2021-10-13 23:55:23 +03:00
|
|
|
Did you mean: mkRec2?
|
2021-03-29 12:45:48 +03:00
|
|
|
Main> Error: Undefined name nap.
|
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
(Interactive):1:4--1:7
|
2021-03-29 12:45:48 +03:00
|
|
|
1 | :t nap
|
|
|
|
^^^
|
|
|
|
Did you mean: map?
|
|
|
|
Main> Error: Undefined name lentgh.
|
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
(Interactive):1:4--1:10
|
2021-03-29 12:45:48 +03:00
|
|
|
1 | :t lentgh
|
|
|
|
^^^^^^
|
|
|
|
Did you mean: length?
|
|
|
|
Main>
|
|
|
|
Bye for now!
|