Idris2/tests/idris2/reflection005/expected
Edwin Brady 2a75731916 In reflection, check now takes a concrete type
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.
2020-06-02 22:41:37 +01:00

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!