summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreArity.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/coreSyn/CoreArity.lhs')
-rw-r--r--compiler/coreSyn/CoreArity.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreArity.lhs b/compiler/coreSyn/CoreArity.lhs
index 50b834be3f..6b9e3e8d9f 100644
--- a/compiler/coreSyn/CoreArity.lhs
+++ b/compiler/coreSyn/CoreArity.lhs
@@ -202,7 +202,7 @@ slightly more complicated, does) turn into
blah = op (\eta. ($dfList dCInt |> sym co) eta)
-and now it is *much* harder for the op/$dfList rule to fire, becuase
+and now it is *much* harder for the op/$dfList rule to fire, because
exprIsConApp_maybe won't hold of the argument to op. I considered
trying to *make* it hold, but it's tricky and I gave up.