UNB
/
CS
/
David Bremner
/
teaching
/
cs4613
/
lectures
/
lecture04
/ smol1.rkt
RecentChanges
#
lang smol
/
hof
(
let
([
y
1
])
(
let
([
f
(
lambda
(
x
) (+
x y
))])
(
let
([
y
2
]) (
f
8
))))