From 7f9f2f0a0b571a3fd55af7c85d662d08c5b3f0e3 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 1 Apr 2002 08:22:38 +0000 Subject: [PATCH] [project @ 2002-04-01 08:22:38 by simonpj] Comments --- ghc/compiler/basicTypes/UniqSupply.lhs | 6 ------ 1 file changed, 6 deletions(-) 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@, -- 1.7.10.4