Idris2/tests/idris2/basic041/expected
2022-04-15 20:18:48 +01:00

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 >>=?