Dear GHC steering committee

Advice needed.

·         Some time ago amindfv submitted https://ghc.haskell.org/trac/ghc/ticket/12923.  He offered a patch 8 weeks ago.

·         There wasn’t much discussion about the proposed change, nor did anyone ask him to undertake the GHC proposals process

·         It’s a small change, but it is a user-facing one

·         The design isn’t obvious to me; see comment:12.

·         We could change it now and change it again later; it’s a corner case

·         It matters to him and his customers.

So, should we let it in?

It’s about the defaulting mechanism.  With an unsolved constraint (C alpha) where alpha is otherwise unconstrained, GHC will try a series of types to fill in alpha.  We extended the rules with ExtendedDefaultRules.  He wants a further extension.

I hate slipping things in late, actually after the deadline; but the fault is partly ours for not proactively warning people with open patches.

Opinions?

Simon