Fix Trac #3013: multiple constructors in a GADT decl
authorsimonpj@microsoft.com <unknown>
Thu, 28 May 2009 07:53:06 +0000 (07:53 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 28 May 2009 07:53:06 +0000 (07:53 +0000)
Makes GADT syntax consistent by allowing multiple constructors
to be given a single signature
   data T wehre
       A, B :: T
       C :: Int -> t


No differences found