@@ -0,0 +1,5 @@
;; apply `f' to `x' twice.
((λ (f x)
(f (f x)))
(λ (x) (+ x 4))
9)
@@ -0,0 +1,2 @@
ret > ExitSuccess
out > 128
@@ -0,0 +1 @@
(((λ (f) f) (λ (x) (* x 4))) 32)
The note is not visible to the blocked user.