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

6 lines
67 B
Scheme

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