Files
gyehoek-hs/golden/exec/fn-of-fn/source.scm
T
msyds 5200932944
build / build (push) Successful in 1m19s
wip: reader
2026-08-21 01:07:26 -06:00

4 lines
38 B
Scheme

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