summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddharth Bhat <siddharth.bath@tweag.io>2019-06-25 15:12:45 +0200
committerSiddharth Bhat <siddharth.bath@tweag.io>2019-06-25 15:15:16 +0200
commit38ded74349fa7896ff321c1e43c6a028206bb0d0 (patch)
treedf4e877adc29dfc0dfd8e05cdf21851f0dcfed94
parent757b71d90ef27150f474eec1f67dc8fb91c47975 (diff)
downloadhaskell-38ded74349fa7896ff321c1e43c6a028206bb0d0.tar.gz
[skip ci] Typo fix: b*ar*nches -> b*ra*nches
-rw-r--r--compiler/coreSyn/CoreArity.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreArity.hs b/compiler/coreSyn/CoreArity.hs
index bb45773785..b020f788e0 100644
--- a/compiler/coreSyn/CoreArity.hs
+++ b/compiler/coreSyn/CoreArity.hs
@@ -694,7 +694,7 @@ Consider
False -> \s(one-shot). e1
in go2 x
We *really* want to eta-expand go and go2.
-When combining the barnches of the case we have
+When combining the branches of the case we have
ATop [] `andAT` ATop [OneShotLam]
and we want to get ATop [OneShotLam]. But if the inner
lambda wasn't one-shot we don't want to do this.