diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-13 15:32:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-15 09:39:02 +0100 |
commit | e28fbbb7c3d5904a88b4743d0d10f212d61d8293 (patch) | |
tree | 9b3c164a321cdf3124fdd1eb562bdfd7eb77cd19 /compiler/rename/RnPat.hs | |
parent | 93e65c8ab7b468d69bf24d9dc2f197d24e5166f4 (diff) | |
download | haskell-e28fbbb7c3d5904a88b4743d0d10f212d61d8293.tar.gz |
Typos [ci skip]
Diffstat (limited to 'compiler/rename/RnPat.hs')
-rw-r--r-- | compiler/rename/RnPat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnPat.hs b/compiler/rename/RnPat.hs index c18138bc86..3417494e21 100644 --- a/compiler/rename/RnPat.hs +++ b/compiler/rename/RnPat.hs @@ -695,7 +695,7 @@ Consider (Trac #12130) funny = [| MkT { x = 3 } |] When we splice, neither T nor MkT are lexically in scope, so find_tycon will -fail. But there is no need for diambiguation anyway, so we just return Nothing +fail. But there is no need for disambiguation anyway, so we just return Nothing -} rnHsRecUpdFields |