Hacker News new | ask | show | jobs
by lgas 420 days ago
Also you can (|>) = (&) (with an appropriate fixity declaration) to get

  users
    |> map validate
    |> catMaybes
    |> mapM persist