> Another example that has bitten me personally, coming from scala, is I want > to know how to do a flatMap in elm. As it turns out, it is called concatMap in elm. If I were coming from Haskell, I would be busily searching for "bind" or something similar.
Jep, I first searched for "bind" then for "flatMap" to finally get to this thread to read that it's most proably "concatMap" that I am searching for :) -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
