diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-23 12:08:25 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-23 17:00:02 +0200 |
commit | 0b4b4a346e6922dafb073693593d55c7e87be9ca (patch) | |
tree | 0e9f72523430998b44225c7600999a983e971004 /compiler/rename | |
parent | a29132e9248e39a45673b5c146341d9f4947dacd (diff) | |
download | haskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz |
Typos in comments and manual [ci skip]
Diffstat (limited to 'compiler/rename')
-rw-r--r-- | compiler/rename/RnExpr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnExpr.hs b/compiler/rename/RnExpr.hs index cf0326e3bf..027f6dc178 100644 --- a/compiler/rename/RnExpr.hs +++ b/compiler/rename/RnExpr.hs @@ -833,7 +833,7 @@ rnStmt ctxt rnBody (L loc (BindStmt pat body _ _ _)) thing_inside ; xMonadFailEnabled <- fmap (xopt LangExt.MonadFailDesugaring) getDynFlags ; let getFailFunction - -- If the pattern is irrefutible (e.g.: wildcard, tuple, + -- If the pattern is irrefutable (e.g.: wildcard, tuple, -- ~pat, etc.) we should not need to fail. | isIrrefutableHsPat pat = return (noSyntaxExpr, emptyFVs) |