mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
1/3: Building Nat (Nat.idr)
|
|
2/3: Building Mult (Mult.idr)
|
|
3/3: Building Test (Test.idr)
|
|
Test.idr:5:9--5:12:While processing type of thing at Test.idr:5:1--5:19:
|
|
Undefined name Nat at:
|
|
5 thing : Nat -> Nat
|
|
^^^
|
|
|
|
Test.idr:6:1--8:1:No type declaration for Test.thing at:
|
|
6 thing x = mult x (plus x x)
|
|
7
|
|
|
|
Test> Bye for now!
|