summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsExpr.lhs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-10-12 18:39:54 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-10-12 18:39:54 +0200
commit77d2aa5fd4ab6e20f84f3725e7ae6a65fb18d5a1 (patch)
tree1a60967aa53716fd5abe203aebfaf44fe4efe72b /compiler/deSugar/DsExpr.lhs
parentc5262a12a2d3568cc00ffa47a686b3c8e015b2c5 (diff)
downloadhaskell-77d2aa5fd4ab6e20f84f3725e7ae6a65fb18d5a1.tar.gz
Typos
Diffstat (limited to 'compiler/deSugar/DsExpr.lhs')
-rw-r--r--compiler/deSugar/DsExpr.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/DsExpr.lhs b/compiler/deSugar/DsExpr.lhs
index c7d7bc300b..6d78d33d44 100644
--- a/compiler/deSugar/DsExpr.lhs
+++ b/compiler/deSugar/DsExpr.lhs
@@ -838,7 +838,7 @@ warnDiscardedDoBindings rhs rhs_ty
-> warnDs (wrongMonadBind rhs elt_ty)
_ -> return () } }
- | otherwise -- RHS does have type of form (m ty), which is wierd
+ | otherwise -- RHS does have type of form (m ty), which is weird
= return () -- but at lesat this warning is irrelevant
unusedMonadBind :: LHsExpr Id -> Type -> SDoc