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 -- 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.
