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

15 lines
330 B
Plaintext

1/1: Building refdecl (refdecl.idr)
Error: While processing right hand side of bad. When unifying Elab () and Elab a.
Mismatch between: () and a.
refdecl.idr:13:16--13:29
09 |
10 | %runElab mkDecls `(94)
11 |
12 | bad : a
13 | bad = %runElab mkDecls `(94)
^^^^^^^^^^^^^
Main> 9400
Main> Bye for now!