lean2/tests/lean/simp_idp.hlean.expected.out

9 lines
119 B
Text
Raw Normal View History

simp_idp.hlean:7:2: proof state
A : Type,
C : A → Type,
a : A,
f g : C a → C a,
c : C a,
a_1 : f = g
⊢ f c = g c