
#11379: Solver hits iteration limit in code without recursive constraints
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: simonpj
Type: bug | Status: merge
Priority: highest | Milestone: 8.0.1
Component: Compiler (Type | Version: 8.0.1-rc1
checker) |
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by simonpj):
* status: new => merge
Comment:
Actually this ticket #11is fixed by the following commit. I forgot to
mention it in the list of fixes in the commit message. The important bit
of the patch for #11379 is the new function `TcSMonad.mkShadowCt`,
explained by `Note [Keep CDictCan shadows as CDictCan]`.
Let's merge this.
{{{
commit 9308c736d43b92bf8634babf565048e66e071bd8
Author: Simon Peyton Jones