Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from michaelt/patch-1
Browse files Browse the repository at this point in the history
Update Strict/Pass.lhs for GHC 7.4
  • Loading branch information
thoughtpolice committed Feb 1, 2012
2 parents f0ef0f7 + aea37c4 commit 7805451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Strict/Pass.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ strictifyExpr e@(App e1 e2)
App _ _ -> translate
Case _ _ _ _ -> translate
Cast _ _ -> translate -- May as well, these two don't
Note _ _ -> translate -- appear on types anyway
Tick _ _ -> translate -- appear on types anyway
_ -> return e -- N.b. don't need to consider lets since they will have been eliminated already
where
translate = do
Expand Down

0 comments on commit 7805451

Please sign in to comment.