mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
1/1: Building ZFun (ZFun.idr)
|
|
Error: While processing right hand side of bar. Main.test is not accessible in this context.
|
|
|
|
ZFun.idr:13:7--13:11
|
|
09 | 0 baz : Nat
|
|
10 | baz = test foo -- fine!
|
|
11 |
|
|
12 | bar : Nat
|
|
13 | bar = test foo -- bad!
|
|
^^^^
|
|
|
|
Main> [tc] Main> 10
|
|
[tc] Main> Bye for now!
|