Hacker News new | ask | show | jobs
by taylorfausak 3660 days ago
Yes, all functions in Elm also have arity 1. That example desugars into this:

    connectWords = \ firstWord -> \ secondWord -> firstWord ++ secondWord