patch applied (ghc): Kind sigs in associated data/newtype family decls may be omitted
| Newsgroups | gmane.comp.lang.haskell.cvs.all,gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Wed Dec 6 14:33:20 PST 2006 Manuel M T Chakravarty <[email protected]> * Kind sigs in associated data/newtype family decls may be omitted * This is only a slight generalisation of the parser, so that family declarations on the toplevel and in classes are uniform. * I didn't allow that right away as it is a bit tricky to avoid reduce/reduce conflicts. M ./compiler/parser/Parser.y.pp -26 +88