pieuvre/tests/lam/three.lam
2024-05-20 09:57:28 +02:00

2 lines
47 B
Plaintext

fun (z : A) => fun (f : A -> A) => f (f (f z))