Fix a haddock2 failure
authorIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 12:47:21 +0000 (12:47 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 12:47:21 +0000 (12:47 +0000)
compiler/utils/GraphBase.hs

index 04eda96..249626e 100644 (file)
@@ -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