mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-08 08:52:22 +03:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
1/1: Building QDo (QDo.idr)
|
|
Error: While processing right hand side of test. Undefined name B.A.>>=.
|
|
|
|
QDo.idr:19:10--19:11
|
|
15 | (>>=) x fy = x + (fy ())
|
|
16 |
|
|
17 | test : Nat
|
|
18 | test = B.A.do
|
|
19 | 5
|
|
^
|
|
|