mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
2a75731916
So the type of Elab now gives the expected type that's being elaborated to, meaning that we can run 'check' in the middle of scripts and use the result.
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
1/1: Building refdecl (refdecl.idr)
|
|
refdecl.idr:13:16--14:1:While processing right hand side of bad at refdecl.idr:13:1--14:1:
|
|
When unifying Elab () and Elab a
|
|
Mismatch between:
|
|
()
|
|
and
|
|
a
|
|
Main> 9400
|
|
Main> Bye for now!
|