[project @ 1996-01-18 16:33:17 by partain]
[ghc-hetmet.git] / ghc / compiler / simplCore / MagicUFs.lhs
index 371c0a7..e1e75d0 100644 (file)
@@ -353,7 +353,7 @@ isInterestingArg env (CoVarAtom v) =
 isInterestingArg env _ = False
 
 foldl_fun env (TypeArg ty1:TypeArg ty2:ValArg arg_k:ValArg arg_z:ValArg arg_list:rest_args)
- | do_fb_red && isNilForm env arg_list
+  | do_fb_red && isNilForm env arg_list
   =     -- foldl f z [] = z
        -- again another short cut, helps with unroling of constant lists
     tick Foldr_Nil     `thenSmpl_`