From: simonpj@microsoft.com Date: Wed, 25 Apr 2007 07:48:42 +0000 (+0000) Subject: Fix comments about data constructors X-Git-Tag: 2007-05-06~123 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7739158ff9d983f80cb269f3c7cb38108e72e8ec Fix comments about data constructors --- diff --git a/compiler/basicTypes/OccName.lhs b/compiler/basicTypes/OccName.lhs index 0810d73..0ca7f5f6 100644 --- a/compiler/basicTypes/OccName.lhs +++ b/compiler/basicTypes/OccName.lhs @@ -92,8 +92,8 @@ isSymbol = const False %************************************************************************ \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.