higher-order
build / build (push) Failing after 1m9s

This commit is contained in:
2026-07-20 05:56:32 -06:00
parent 7ab98341b9
commit fab29f6fce
5 changed files with 22 additions and 146 deletions
+5
View File
@@ -0,0 +1,5 @@
;; apply `f' to `x' twice.
((λ (f x)
(f (f x)))
(λ (x) (+ x 4))
9)
+2
View File
@@ -0,0 +1,2 @@
ret > ExitSuccess
out > 128
+1
View File
@@ -0,0 +1 @@
(((λ (f) f) (λ (x) (* x 4))) 32)