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

2 lines
39 B
Plaintext

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