summaryrefslogtreecommitdiff
path: root/compiler/deSugar/MatchLit.lhs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-19 11:43:02 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-20 11:55:30 +0200
commit9325b18fb964f359fa76c40d831c9a2d847195fb (patch)
tree1f55b07a62dc82cc56a26bcd740471388f3cfea3 /compiler/deSugar/MatchLit.lhs
parent21db80384bc80d3988a4dead3824edf43d416395 (diff)
downloadhaskell-9325b18fb964f359fa76c40d831c9a2d847195fb.tar.gz
Comments only
Diffstat (limited to 'compiler/deSugar/MatchLit.lhs')
-rw-r--r--compiler/deSugar/MatchLit.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/MatchLit.lhs b/compiler/deSugar/MatchLit.lhs
index 4e1644df7e..23538bec82 100644
--- a/compiler/deSugar/MatchLit.lhs
+++ b/compiler/deSugar/MatchLit.lhs
@@ -108,7 +108,7 @@ Note [Literal short cut]
The type checker tries to do this short-cutting as early as possible, but
because of unification etc, more information is available to the desugarer.
And where it's possible to generate the correct literal right away, it's
-much better do do so.
+much better to do so.
\begin{code}