Files
gyehoek-hs/golden/fn-of-fn/source.scm
T
2026-08-17 16:17:53 -06:00

4 lines
38 B
Scheme

(((λ (f) f)
(λ (x) (* x 4)))
32)