Idris2/tests/idris2/linear/linear006/expected

14 lines
303 B
Plaintext
Raw Normal View History

1/1: Building ZFun (ZFun.idr)
Error: While processing right hand side of bar. Main.test is not accessible in this context.
ZFun:13:7--13:11
2021-02-11 20:24:26 +03:00
09 | 0 baz : Nat
10 | baz = test foo -- fine!
11 |
12 | bar : Nat
2020-07-22 22:16:43 +03:00
13 | bar = test foo -- bad!
2021-02-11 20:24:26 +03:00
^^^^
Main> [tc] Main> 10
[tc] Main> Bye for now!