2022-05-17 11:38:40 +02:00

3 lines
58 B
Plaintext

fun a: A => fun f: A -> A =>
(fun x: A => f (f (f a))) a