5 lines
143 B
Text
5 lines
143 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)
|