Idris2/tests/idris2/error010/expected
2021-02-12 18:37:12 +00:00

9 lines
207 B
Plaintext

1/1: Building Loop (Loop.idr)
Error: While processing right hand side of example. Main.example is already defined.
Loop.idr:2:11--2:19
1 | example : String
2 | example = ?example
^^^^^^^^