diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-20 10:46:14 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-20 10:47:47 +0200 |
commit | a273c735ca268988ee1550c248ba88b57a227cb9 (patch) | |
tree | 29cc527b94f2f6efcf4343659ba7234fec0a1dd2 /compiler/coreSyn/CoreSyn.hs | |
parent | cc839c57ff9c80b50d39e8e2e66a18674bab3486 (diff) | |
download | haskell-a273c735ca268988ee1550c248ba88b57a227cb9.tar.gz |
Spelling fixes
Diffstat (limited to 'compiler/coreSyn/CoreSyn.hs')
-rw-r--r-- | compiler/coreSyn/CoreSyn.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreSyn.hs b/compiler/coreSyn/CoreSyn.hs index 13cf8ae5fb..99478d2b66 100644 --- a/compiler/coreSyn/CoreSyn.hs +++ b/compiler/coreSyn/CoreSyn.hs @@ -1652,7 +1652,7 @@ In unfoldings and rules, we guarantee that the template is occ-analysed, so that the occurrence info on the binders is correct. This is important, because the Simplifier does not re-analyse the template when using it. If the occurrence info is wrong - - We may get more simpifier iterations than necessary, because + - We may get more simplifier iterations than necessary, because once-occ info isn't there - More seriously, we may get an infinite loop if there's a Rec without a loop breaker marked |