mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
12 lines
330 B
Plaintext
12 lines
330 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 >>=?
|