From 913ed135afecd8a2dfb92a918762abaa29c4104d Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 30 Jan 2002 16:54:18 +0000 Subject: [PATCH] [project @ 2002-01-30 16:54:18 by simonmar] Fix markup bug. --- ghc/docs/comm/the-beast/basicTypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/comm/the-beast/basicTypes.html b/ghc/docs/comm/the-beast/basicTypes.html index 5c102cf..70772ae 100644 --- a/ghc/docs/comm/the-beast/basicTypes.html +++ b/ghc/docs/comm/the-beast/basicTypes.html @@ -84,7 +84,7 @@

The Module NameSet provides the same functionality as VarSet only for Names. + href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/basicTypes/Name.lhs">Names. As for the difference between Names and Vars, a Var is built from a Name plus additional information (mostly importantly type information). -- 1.7.10.4