Idris2/tests/idris2/reflection005/expected
Tim Engler 7baf698f66
Made unifying error msg nicer. (#1922)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-09-15 11:57:50 +01:00

18 lines
335 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:13:16--13:29
09 |
10 | %runElab mkDecls `(94)
11 |
12 | bad : a
13 | bad = %runElab mkDecls `(94)
^^^^^^^^^^^^^
Main> 9400
Main> Bye for now!