[GHC] #10592: Allow cycles in class declarations
GHC
ghc-devs at haskell.org
Fri Jul 10 23:35:34 UTC 2015
#10592: Allow cycles in class declarations
-------------------------------------+-------------------------------------
Reporter: MikeIzbicki | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler (Type | Version: 7.10.1
checker) | Keywords:
Resolution: | Architecture:
Operating System: Unknown/Multiple | Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by MikeIzbicki):
My current implementation has constraints that look exactly like this,
plus a lot more related to other aspects of the class hierarchy. So
supporting this would be a necessary condition for me cyclic class
declarations for me, but I can't say for sure if it would be sufficient
(but my guess is probably).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10592#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list