Idris2/tests/idris2/basic041/expected

12 lines
330 B
Plaintext
Raw Normal View History

1/1: Building QDo (QDo.idr)
Error: While processing right hand side of test. Undefined name B.A.(>>).
2020-08-30 20:52:27 +03:00
QDo:27:10--27:11
23 | a >> f = a >>= const f
24 |
25 | test : Nat
26 | test = B.A.do
27 | 5
2021-02-11 20:24:26 +03:00
^
Did you mean any of: Main.A.B.(>>), Prelude.Interfaces.(>>), Main.MyDo.(>>), <>>, >, >=>, or >>=?