On Thursday, September 29, 2016 at 12:26:17 PM UTC+1, Wouter In t Velt wrote: > > Very useful to read your experiences with Elm. I am in a more-or-less > similar point on the learning curve. > Small aside: The Elm Exts (extentions) package has a simple function > called catMaybes to filter out Nothings: > catMaybes : List (Maybe a) -> List a > > Link here: > http://package.elm-lang.org/packages/krisajenkins/elm-exts/25.13.0/Exts-Maybe#catMaybes >
Thanks, loads of useful stuff in Elm.Exts. -- 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.
