[project @ 2003-05-21 18:07:13 by igloo]
authorigloo <unknown>
Wed, 21 May 2003 18:07:30 +0000 (18:07 +0000)
committerigloo <unknown>
Wed, 21 May 2003 18:07:30 +0000 (18:07 +0000)
commit9b5fb22b3e84b58d7d17ae8f3158ee5841fe0eab
tree8b419c28a39df155c0c53d078d20668d9194866c
parent95d086713865c41b3ff488d48b974f5109fd66a7
[project @ 2003-05-21 18:07:13 by igloo]
The Great Renaming. I hope I've kept everything in sync - and all the tests
pass. Now datatypes follow the

data Foo = <a kind of Foo>Foo
         | <another kind of Foo>Foo

convention and the smart constructors can be uniformly created by
lowercasing the first letter of the constructor.
ghc/compiler/deSugar/DsMeta.hs
ghc/compiler/hsSyn/Convert.lhs