mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
6298a6741d
- Added primitive to compiler parser for precise text boundaries - Reworked parser with the new primitive
19 lines
369 B
Plaintext
19 lines
369 B
Plaintext
1/3: Building Nat (Nat.idr)
|
|
2/3: Building Mult (Mult.idr)
|
|
3/3: Building Test (Test.idr)
|
|
Error: While processing type of thing. Undefined name Nat.
|
|
|
|
Test.idr:5:9--5:12
|
|
|
|
|
5 | thing : Nat -> Nat
|
|
| ^^^
|
|
|
|
Error: No type declaration for Test.thing.
|
|
|
|
Test.idr:6:1--6:28
|
|
|
|
|
6 | thing x = mult x (plus x x)
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Test> Bye for now!
|