mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
83f0af13fb
Also added %error_reverse annotations on IO so that IO related messages are more readable. This improves the error in #2672.
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
reg023.idr:7:5:
|
|
When checking right hand side of bad with expected type
|
|
f Nat
|
|
|
|
Type mismatch between
|
|
Nat (Type of 0)
|
|
and
|
|
f Nat (Expected type)
|