Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / 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