From: simonpj Date: Mon, 1 Apr 2002 08:22:38 +0000 (+0000) Subject: [project @ 2002-04-01 08:22:38 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~2199 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7f9f2f0a0b571a3fd55af7c85d662d08c5b3f0e3;p=ghc-hetmet.git [project @ 2002-04-01 08:22:38 by simonpj] Comments --- diff --git a/ghc/compiler/basicTypes/UniqSupply.lhs b/ghc/compiler/basicTypes/UniqSupply.lhs index b1de3f3..91f92eb 100644 --- a/ghc/compiler/basicTypes/UniqSupply.lhs +++ b/ghc/compiler/basicTypes/UniqSupply.lhs @@ -43,12 +43,6 @@ i2w_s x = (x :: Int#) %* * %************************************************************************ -%************************************************************************ -%* * -\subsubsection[UniqSupply-type]{@UniqSupply@ type and operations} -%* * -%************************************************************************ - A value of type @UniqSupply@ is unique, and it can supply {\em one} distinct @Unique@. Also, from the supply, one can also manufacture an arbitrary number of further @UniqueSupplies@,