Refactor the parsing of data type declarations
authorsimonpj@microsoft.com <unknown>
Tue, 8 Sep 2009 19:23:27 +0000 (19:23 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 8 Sep 2009 19:23:27 +0000 (19:23 +0000)
commitc281c07544cc58afe68fdda96afe53ba46985732
tree8049b6c42d11b1313934a4e8ba976703d385121e
parentbe289c8d3946519be0d39ce0b26aa59c1d01ca8c
Refactor the parsing of data type declarations

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
compiler/parser/Parser.y.pp