Hacker News new | ask | show | jobs
by sfvisser 1709 days ago
`flatMap` is actually called `concatMap` in Haskell, or more generically the monadic bind operator `>>=`.