2008/7/13 GHC <[EMAIL PROTECTED]>: > #2436: Bad warning when exporting data families > -------------------------+-------------------------------------------------- > Reporter: rl | Owner: chak > Type: bug | Status: new > Priority: normal | Milestone: > Component: Compiler | Version: 6.9 > Severity: normal | Resolution: > Keywords: | Testcase: > Architecture: Unknown | Os: Unknown > -------------------------+-------------------------------------------------- > Changes (by chak): > > * owner: => chak > > -- > Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2436#comment:1> > GHC <http://www.haskell.org/ghc/> > The Glasgow Haskell Compiler > _______________________________________________ > Glasgow-haskell-bugs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs > >
Correct me if I'm wrong, but shouldn't GHC report here that data instances can't be exported? Or can they be exported? When implementing Type Family support in Haddock, I could see no way to export type/data instances using the GHC AST. David _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
