Files
gyehoek-hs/golden/fn-of-fn/source.scm
T
msyds 745277ed1a
build / build (push) Successful in 1m12s
wip: abstract stack/continuation machine
2026-08-17 22:31:45 -06:00

4 lines
38 B
Scheme

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