
#10891: `reify` doesn't find associated type families -------------------------------------+------------------------------------- Reporter: antalsz | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Template Haskell | Version: 7.10.2 Resolution: | Keywords: type | families; newcomer Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect result | Unknown/Multiple at runtime | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by osa1): How should default type instances be reified? e.g. if I have something like: {{{#!haskell class C a where type T a :: * type T a = a }}} Syntactically it looks like `TySynD` but semantically it's different. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10891#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler