Where do I send an, as a suggestion to improve the error message output?

I accidentally swapped the inputs of a fold lambda,

e.g.

foldr (\ a c -> ... )

instead of

 foldr (\ c a -> ... )

which started complaining about infinite types etc, rather than(in this
context at least) nudge me towards having the variables in the wrong order
(switching back and forth between languages, does this to you...)

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

Reply via email to