Can you (a) see if your issue has been reported and (b) if not, submit a new issue at https://github.com/elm-lang/error-message-catalog?
On Tuesday, December 6, 2016 at 6:40:39 AM UTC-6, 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
