This PR rewords the "application type mismatch" error message so that the argument and its type precede the application expression.
8 lines
216 B
Text
8 lines
216 B
Text
simpArgTypeMismatch.lean:3:29-3:33: error: Application type mismatch: The argument
|
|
Unit
|
|
has type
|
|
Type
|
|
of sort `Type 1` but is expected to have type
|
|
¬?m
|
|
of sort `Prop` in the application
|
|
decide_eq_false Unit
|