summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Errors.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Parser/Errors.hs')
-rw-r--r--compiler/GHC/Parser/Errors.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/Parser/Errors.hs b/compiler/GHC/Parser/Errors.hs
index 83812f7673..3052020417 100644
--- a/compiler/GHC/Parser/Errors.hs
+++ b/compiler/GHC/Parser/Errors.hs
@@ -385,6 +385,8 @@ data PsErrorDesc
--
-- TODO: distinguish errors without using SDoc
+ | PsErrIllegalGadtConSig -- TODO (int-index): add a description of the problem
+
newtype StarIsType = StarIsType Bool