lean4-htt/tests/lean/defeq_simp2.lean.expected.out
2016-07-26 17:54:30 -07:00

4 lines
141 B
Text

f a (foo1 a) = f a (foo2 a)
f a (foo1 a) = f a (foo1 a)
f a (foo2 a) = f a (foo2 a)
(λ x, f x (id (id (id (foo1 x))))) = λ x, f x (foo2 x)