From c35325dd60a671e6e7fcc513fc3ae02586106c4c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 28 Aug 2008 12:47:21 +0000 Subject: [PATCH] Fix a haddock2 failure --- compiler/utils/GraphBase.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/utils/GraphBase.hs b/compiler/utils/GraphBase.hs index 04eda96..249626e 100644 --- a/compiler/utils/GraphBase.hs +++ b/compiler/utils/GraphBase.hs @@ -31,9 +31,9 @@ import UniqFM -- Smith, Ramsey, Holloway - PLDI 2004. -- type Triv k cls color - = cls -- ^ the class of the node we're trying to color. - -> UniqSet k -- ^ the node's neighbors. - -> UniqSet color -- ^ the node's exclusions. + = cls -- the class of the node we're trying to color. + -> UniqSet k -- the node's neighbors. + -> UniqSet color -- the node's exclusions. -> Bool -- 1.7.10.4