From 372f6cf6bfdba0ae50940255b28455547cac3abe Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 21 Oct 2010 11:56:00 +0000 Subject: [PATCH] Remove some extraneous whitespace --- compiler/basicTypes/UniqSupply.lhs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/basicTypes/UniqSupply.lhs b/compiler/basicTypes/UniqSupply.lhs index 87f3dee..43ccbe3 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, -- 1.7.10.4