Add a type signature to help GHC 6.4
authorIan Lynagh <igloo@earth.li>
Tue, 13 May 2008 20:06:41 +0000 (20:06 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 13 May 2008 20:06:41 +0000 (20:06 +0000)
Needed in lieu of -XRelaxedPolyRec

compiler/cmm/ZipDataflow.hs

index f09368d..1cb222f 100644 (file)
@@ -448,6 +448,9 @@ forward_rew check_maybe return_graph = forw
                   ; a <- finish
                   ; return (a, g, fuel)
                   }
+          inner_rew :: DFM a b
+                    -> a -> Graph m l -> Fuel
+                    -> DFM a (b, Graph m l, Fuel)
           inner_rew = case depth of RewriteShallow -> don't_rewrite
                                     RewriteDeep -> rewrite emptyBlockEnv
           fixed_pt_and_fuel =