Much like how we don't have where clauses, the general approach in Elm is to only have one syntax for a particular thing.
On Oct 8, 2016 7:18 AM, "Luke Westby" <[email protected]> wrote: > case .. of statements are only expressions, not functions, so you'll need > to continue wrapping those statements with \x -> case x of > > -- > 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. > -- 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.
