lean4-htt/tests/lean/simpArgTypeMismatch.lean.expected.out
2021-08-03 09:13:18 +02:00

8 lines
184 B
Text

simpArgTypeMismatch.lean:3:13-3:31: error: application type mismatch
decideEqFalse (p := ?m) Unit
argument
Unit
has type
Type : Type 1
but is expected to have type
¬?m : Prop