Fix comments about data constructors
authorsimonpj@microsoft.com <unknown>
Wed, 25 Apr 2007 07:48:42 +0000 (07:48 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 25 Apr 2007 07:48:42 +0000 (07:48 +0000)
compiler/basicTypes/OccName.lhs

index 0810d73..0ca7f5f 100644 (file)
@@ -92,8 +92,8 @@ isSymbol = const False
 %************************************************************************
 
 \begin{code}
 %************************************************************************
 
 \begin{code}
-data NameSpace = VarName       -- Variables, including "source" data constructors
-              | DataName       -- "Real" data constructors 
+data NameSpace = VarName       -- Variables, including "real" data constructors
+              | DataName       -- "Source" data constructors 
               | TvName         -- Type variables
               | TcClsName      -- Type constructors and classes; Haskell has them
                                -- in the same name space for now.
               | TvName         -- Type variables
               | TcClsName      -- Type constructors and classes; Haskell has them
                                -- in the same name space for now.