mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
1/1: Building QDo (QDo.idr)
|
|
Error: While processing right hand side of test. Undefined name B.A.(>>).
|
|
|
|
QDo:27:10--27:11
|
|
23 | a >> f = a >>= const f
|
|
24 |
|
|
25 | test : Nat
|
|
26 | test = B.A.do
|
|
27 | 5
|
|
^
|
|
Did you mean any of: Main.A.B.>>, Prelude.Interfaces.>>, Main.MyDo.>>, <>>, >, >=>, or >>=?
|