summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-21 11:56:00 +0000
committerIan Lynagh <igloo@earth.li>2010-10-21 11:56:00 +0000
commit372f6cf6bfdba0ae50940255b28455547cac3abe (patch)
tree6f5fa8382996f60f668f50abd4ce6fa116754ae1 /compiler
parentb7c488e42e6d93abbb78aa80eb8be60a928e966c (diff)
downloadhaskell-372f6cf6bfdba0ae50940255b28455547cac3abe.tar.gz
Remove some extraneous whitespace
Diffstat (limited to 'compiler')
-rw-r--r--compiler/basicTypes/UniqSupply.lhs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/basicTypes/UniqSupply.lhs b/compiler/basicTypes/UniqSupply.lhs
index 87f3deed47..43ccbe31c9 100644
--- a/compiler/basicTypes/UniqSupply.lhs
+++ b/compiler/basicTypes/UniqSupply.lhs
@@ -8,15 +8,15 @@ module UniqSupply (
-- * Main data type
UniqSupply, -- Abstractly
- -- ** Operations on supplies
+ -- ** Operations on supplies
uniqFromSupply, uniqsFromSupply, -- basic ops
-
+
mkSplitUniqSupply,
splitUniqSupply, listSplitUniqSupply,
-- * Unique supply monad and its abstraction
UniqSM, MonadUnique(..),
-
+
-- ** Operations on the monad
initUs, initUs_,
lazyThenUs, lazyMapUs,