README reduce

This commit is contained in:
Adrien Vannson
2022-05-17 11:38:40 +02:00
parent d78428c831
commit 41c2b27823
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
fun a: A => fun f: A -> A =>
(fun x: A => f (f (f a))) a