Hacker News new | ask | show | jobs
by Jare 2472 days ago
That's a syntax knowledge problem, not a readability problem. \x -> introduces a lambda function with a parameter x, like (x) => in javascript etc.