Hacker News new | ask | show | jobs
by kodablah 3323 days ago
You'd use nested let clauses and name the param instead of using the implicit "it"
1 comments

Or just write a function to accomplish the same behavior: http://stackoverflow.com/a/35522422/364135

Would be nice if there was a multiLet in the stdlib. Probably something that happens eventually anyways.