summaryrefslogtreecommitdiff
path: root/compiler/simplCore
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-17 10:20:42 +0100
committerGabor Greif <ggreif@gmail.com>2017-03-17 10:20:42 +0100
commit7a38783b72f86afda14ada2155e63491ced2e7de (patch)
tree72982f34f101d023a6c54da9ae627084001d6dff /compiler/simplCore
parent138434fbef32ec86733747bdbc57f6da73cad500 (diff)
downloadhaskell-7a38783b72f86afda14ada2155e63491ced2e7de.tar.gz
Typos in manual and comments [ci skip]
Diffstat (limited to 'compiler/simplCore')
-rw-r--r--compiler/simplCore/SimplEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/SimplEnv.hs b/compiler/simplCore/SimplEnv.hs
index 137964661b..a1a973e212 100644
--- a/compiler/simplCore/SimplEnv.hs
+++ b/compiler/simplCore/SimplEnv.hs
@@ -249,7 +249,7 @@ occurrences of 'wild-id' (with wildCardKey). The easy
way to do that is to start of with a representative
Id in the in-scope set
-There can be be *occurrences* of wild-id. For example,
+There can be *occurrences* of wild-id. For example,
MkCore.mkCoreApp transforms
e (a /# b) --> case (a /# b) of wild { DEFAULT -> e wild }
This is ok provided 'wild' isn't free in 'e', and that's the delicate