diff options
Diffstat (limited to 'compiler/deSugar/DsExpr.hs')
-rw-r--r-- | compiler/deSugar/DsExpr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/DsExpr.hs b/compiler/deSugar/DsExpr.hs index a5019ae042..1271bcbe7b 100644 --- a/compiler/deSugar/DsExpr.hs +++ b/compiler/deSugar/DsExpr.hs @@ -1075,7 +1075,7 @@ warnDiscardedDoBindings rhs rhs_ty _ -> return () } } } | otherwise -- RHS does have type of form (m ty), which is weird - = return () -- but at lesat this warning is irrelevant + = return () -- but at least this warning is irrelevant badMonadBind :: LHsExpr GhcTc -> Type -> SDoc badMonadBind rhs elt_ty |