lean2/tests/lean/487.hlean.expected.out
2016-06-02 11:28:00 -07:00

12 lines
377 B
Text

487.hlean:18:56: error: 1 unsolved subgoal
A : Type,
B : Type,
f : A → B,
g : B → A,
ε : Π b, f (g b) = b,
b b' : B
⊢ (ε b)⁻¹ ⬝ ε b = refl b
487.hlean:19:0: error: failed to add declaration 'foo' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
λ A B f g ε b b',
is_retraction.mk … ?M_1