2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
|
(fun (x : A) => fun (y : B) => x y) & (fun (y : A) => fun (x : B) => y x)
|