pieuvre/tests/alpha_equiv/same_but_different_order.lam

2 lines
75 B
Plaintext

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