cvs commit: hugs98/src parser.y
Ross Paterson <[email protected]> Wed, 23 Aug 2006 15:33:24 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <200608232233.k7NMXOVp031906__44934.2546672144$1156372419$gmane$org@monk.galois.com> |
ross 2006/08/23 15:33:24 PDT
Modified files:
src parser.y
Log:
Ensure that data constructors are unqualified when defined.
For example, we should reject
data Foo = Foo.Bar Int
(fixes bug reported by Neil Mitchell)
Revision Changes Path
1.49 +18 -4 hugs98/src/parser.y