Idris2/tests/idris2/error010/expected

9 lines
203 B
Plaintext
Raw Normal View History

1/1: Building Loop (Loop.idr)
Error: While processing right hand side of example. Main.example is already defined.
Loop:2:11--2:19
2021-02-11 20:24:26 +03:00
1 | example : String
2 | example = ?example
2021-02-11 20:24:26 +03:00
^^^^^^^^