lean2/tests/lean/red.lean.expected.out
Leonardo de Moura 11aad4449b feat(frontends/lean): add '[semireducible]' attribute
This commit also renames the elements of reducible_status.
The idea is to use in the C++ implementation the same names used in the
Lean front-end.
2015-03-03 10:48:36 -08:00

20 lines
408 B
Text

red.lean:9:19: error: type mismatch at definition '14.1', has type
f = f
but is expected to have type
f = g
red.lean:12:0: error: type mismatch at application
eq.subst H rfl
term
rfl
has type
f ?M_1 = f ?M_1
but is expected to have type
f ?M_1 = a
red.lean:17:0: error: type mismatch at application
eq.subst H rfl
term
rfl
has type
f ?M_1 = f ?M_1
but is expected to have type
f ?M_1 = a