diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-23 11:28:36 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-23 11:33:20 +0200 |
commit | be3b84f3c020e6b147ec9b581d257f88b8774ff0 (patch) | |
tree | 41057f031b142d94d4d43f4ed816282ab4be9fc8 /compiler/stranal | |
parent | e19ae5df6c05e5fd3c691623e041b136dc5cafe9 (diff) | |
download | haskell-be3b84f3c020e6b147ec9b581d257f88b8774ff0.tar.gz |
Typos
Diffstat (limited to 'compiler/stranal')
-rw-r--r-- | compiler/stranal/DmdAnal.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/DmdAnal.lhs b/compiler/stranal/DmdAnal.lhs index 98c4083ddf..5d34caeb47 100644 --- a/compiler/stranal/DmdAnal.lhs +++ b/compiler/stranal/DmdAnal.lhs @@ -831,7 +831,7 @@ Notice that j' is not a let-no-escape any more. However this means in turn that the *enclosing* function may be CPR'd (via the returned Justs). But in the case of -sums, there may be Nothing alterantives; and that messes +sums, there may be Nothing alternatives; and that messes up the sum-type CPR. Conclusion: only do this for products. It's still not |