[project @ 2001-10-24 08:35:51 by simonpj]
authorsimonpj <unknown>
Wed, 24 Oct 2001 08:35:51 +0000 (08:35 +0000)
committersimonpj <unknown>
Wed, 24 Oct 2001 08:35:51 +0000 (08:35 +0000)
Cosmetica

ghc/compiler/coreSyn/CoreUtils.lhs
ghc/compiler/coreSyn/PprCore.lhs

index 21bb2bf..5af017d 100644 (file)
@@ -492,7 +492,7 @@ exprOkForSpeculation other_expr
          other -> False
        
     go (App f a) n_args args_ok 
-       | not (isRuntimeArg a) = go f n_args      args_ok
+       | not (isRuntimeArg a) = go f n_args       args_ok
        | otherwise            = go f (n_args + 1) (exprOkForSpeculation a && args_ok)
 
     go other n_args args_ok = False
index cdde0eb..f19c28c 100644 (file)
@@ -347,8 +347,8 @@ ppIdInfo b info
             ppTyGenInfo g,
            ppWorkerInfo (workerInfo info),
            ppStrictnessInfo s,
-           ppr (newStrictnessInfo info),
             ppCprInfo m,
+           ppr (newStrictnessInfo info),
            pprCoreRules b p
        -- Inline pragma, occ, demand, lbvar info
        -- printed out with all binders (when debug is on);