On 26/09/14 22:17, Richard Eisenberg wrote: > A modest counter-proposal to this idea: > > What if we just stopped requiring commas in import/export lists? As far as I > can tell, they're not necessary for proper parsing.
Things can get somewhat ambiguous:
module M (module A value B type C)
Granted, 'module' and 'type' are keywords and cannot be value names, but:
* this introduces ambiguities for the parser, even if they are resolvable
* this is hard to read for humans
* it seems likely that we'll be getting even more qualifiers in the
future ('kind'?)
Roman
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
