Re: #16365: Inconsistency in quantified constraint solving

"GHC" <[email protected]> Wed, 06 Mar 2019 20:21:23 -0000
Newsgroups gmane.comp.lang.haskell.glasgow.bugs
Message-ID <[email protected]>
--===============4416075623682713836==
Content-Type: multipart/related;
 boundary="===============7060562611130955081=="

--===============7060562611130955081==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

#16365: Inconsistency in quantified constraint solving
-------------------------------------+-------------------------------------
        Reporter:  RyanGlScott       |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.6.3
      Resolution:                    |             Keywords:
                                     |  QuantifiedConstraints
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  GHC rejects       |  Unknown/Multiple
  valid program                      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by RyanGlScott):

 Note that this is quite annoying in practice for the `singletons` library,
 as the existence of this bug prevents it from using `deriving` to generate
 its `Show` instances, instead forcing it to laboriously generate `Show`
 instances with Template Haskell.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16365#comment:1>