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

6 lines
67 B
Scheme

((λ (f g x)
(f (g x)))
(λ (x) (+ x 4))
(λ (x) (* x 2))
3)