mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
18 lines
335 B
Plaintext
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!
|