Y
Hacker News
new
|
ask
|
show
|
jobs
by
kirmerzlikin
785 days ago
Did anyone catch why `Let` type in the second code listing had to have both `expr` and `value` properties?
1 comments
GrantMoyer
785 days ago
let x = value
in expr(x)
link
in expr(x)