[elm-discuss] Re: Routing, authentication etc. still on my 3rd Elm project.

2016-09-29 Thread 'Rupert Smith' via Elm Discuss
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Routing, authentication etc. still on my 3rd Elm project.

2016-09-29 Thread Wouter In t Velt
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.