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

let x = value

in expr(x)