diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-31 17:34:43 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-31 17:34:43 +0200 |
commit | 2ef973e823ffb128f9f3b4b85b219e1627dceabf (patch) | |
tree | bdc2ea93b92e8cb0d064486cba5581d87516e728 /compiler/prelude/PrelRules.hs | |
parent | 4fdc523456ff6481df8d7483ae193f0c2dc2b3fe (diff) | |
download | haskell-2ef973e823ffb128f9f3b4b85b219e1627dceabf.tar.gz |
A bunch of typofixes
Diffstat (limited to 'compiler/prelude/PrelRules.hs')
-rw-r--r-- | compiler/prelude/PrelRules.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/PrelRules.hs b/compiler/prelude/PrelRules.hs index 1ef0565ff3..2dbc5e888d 100644 --- a/compiler/prelude/PrelRules.hs +++ b/compiler/prelude/PrelRules.hs @@ -1517,7 +1517,7 @@ into 0# -> e1 1# -> e1 -This rule elimiantes a lot of boilerplate. For +This rule eliminates a lot of boilerplate. For if (x>y) then e1 else e2 we generate case tagToEnum (x ># y) of |