patch applied (ghc): Refactor the parsing of data type declarations

Simon Peyton Jones simonpj at microsoft.com
Thu Sep 10 09:41:30 EDT 2009


Tue Sep  8 12:23:27 PDT 2009  simonpj at microsoft.com
  * Refactor the parsing of data type declarations
  Ignore-this: ee7969cd804c1901e4cf4f36d832fc2f
  
  This is a minor change to the parser that tidies it up a bit,
  and allows us to parse
  
  	data T :: *
          data S :: * -> *
  
  just like  
  
  	data T 
  	data S a
  

    M ./compiler/parser/Parser.y.pp -17 +17

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090908192327-1287e-022633a05c912d355a7a491ca508e48b4f555d12.gz



More information about the Cvs-ghc mailing list