pieuvre/tests/lam/three.lam

2 lines
47 B
Plaintext
Raw Permalink Normal View History

2024-04-16 10:07:09 +02:00
fun (z : A) => fun (f : A -> A) => f (f (f z))