
#10318: Cycles in class declaration (via superclasses) sometimes make sense. -------------------------------------+------------------------------------- Reporter: ekmett | 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: GHC rejects | Test Case: valid program | Blocking: Blocked By: | Differential Revisions: Related Tickets: | -------------------------------------+------------------------------------- Comment (by ekmett): Things like {{{ instance Show (f (Fix f)) => Show (Fix f) }}} already work, we can ask for "undecidable instances", but not "undecidable superclasses". -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10318#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler