diff options
author | Daniel Rogozin <daniel.rogozin@serokell.io> | 2021-04-20 19:22:56 +0300 |
---|---|---|
committer | Daniel Rogozin <daniel.rogozin@serokell.io> | 2021-04-23 19:59:16 +0300 |
commit | 62fbbe95ad21af5a1db3292622d39f1444f52b75 (patch) | |
tree | 4543825759492a9bd7636a8489fccb9c6e9cbf59 /compiler/GHC/Parser/Errors.hs | |
parent | d1acda985696f2e828452e246686fb35294bb7fa (diff) | |
download | haskell-wip/T17594.tar.gz |
wipwip/T17594
Diffstat (limited to 'compiler/GHC/Parser/Errors.hs')
-rw-r--r-- | compiler/GHC/Parser/Errors.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Parser/Errors.hs b/compiler/GHC/Parser/Errors.hs index 83812f7673..e3f7e869da 100644 --- a/compiler/GHC/Parser/Errors.hs +++ b/compiler/GHC/Parser/Errors.hs @@ -401,7 +401,6 @@ data Hint | SuggestLetInDo | SuggestPatternSynonyms | SuggestInfixBindMaybeAtPat !RdrName - | TypeApplicationsInPatternsOnlyDataCons -- ^ Type applications in patterns are only allowed on data constructors data LexErrKind |