From 2980a982358faa1143a53a53bf7b7ca60a1acada Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 31 Jan 2002 12:20:13 +0000 Subject: [PATCH] [project @ 2002-01-31 12:20:13 by sewardj] fix markup bug --- ghc/docs/comm/the-beast/desugar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/comm/the-beast/desugar.html b/ghc/docs/comm/the-beast/desugar.html index a27ff4a..9d92828 100644 --- a/ghc/docs/comm/the-beast/desugar.html +++ b/ghc/docs/comm/the-beast/desugar.html @@ -44,7 +44,7 @@

Auxilliary Functions

The modules DsMonad + href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/deSugar/DsMonad.lhs">DsMonad defines the desugarer monad (of type DsM) which maintains the environment needed for desugaring. In particular, it encapsulates a unique supply for generating new variables, a map to lookup standard -- 1.7.10.4