https://github.com/elm-lang/error-message-catalog is the place to report 
needing better error messages.  It is generally best to talk about it here 
first.  When reporting there be sure it does not already exist in another 
issue (even if closed one as issues can be aggregated together).


On Tuesday, December 6, 2016 at 5:40:39 AM UTC-7, John Orford wrote:
>
> 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