pieuvre/tests/alpha_equiv/not_same_but_same_order.lam

2 lines
74 B
Plaintext

(fun (x : A) => fun (y : B) => x y) & (fun (x : A) => fun (y : B) => y x)