X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FOccName.lhs;h=0ca7f5f6f5da3e39b513670d449f328e4cdfa6b1;hb=ff8e1d01524b48e028b09e2b04b2e5303cb6d95f;hp=0810d73931bf959e0028fd268092f56bd76fc65d;hpb=fdf6c02f72fbcbad9982bf78473916c40dcaa5ec;p=ghc-hetmet.git 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.