lean2/tests/lean/unifier_bug.lean.expected.out
Leonardo de Moura ea739100b3 fix(library/unifier): broken optimization in the unifier
See new comments and tests for details.
2014-10-28 16:09:41 -07:00

8 lines
220 B
Text

unifier_bug.lean:7:0: error: type mismatch at application
heq.rec_on H rfl
term
rfl
has type
eq.rec_on (heq.type_eq H) a = eq.rec_on (heq.type_eq H) a
but is expected to have type
eq.rec_on (heq.type_eq H) a = b