summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core')
-rw-r--r--compiler/GHC/Core/DataCon.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/DataCon.hs b/compiler/GHC/Core/DataCon.hs
index ee8448cc8b..3239c80b2e 100644
--- a/compiler/GHC/Core/DataCon.hs
+++ b/compiler/GHC/Core/DataCon.hs
@@ -21,7 +21,7 @@ module GHC.Core.DataCon (
substEqSpec, filterEqSpec,
-- ** Field labels
- FieldLbl(..), FieldLabel, FieldLabelString,
+ FieldLabel(..), FieldLabelString,
-- ** Type construction
mkDataCon, fIRST_TAG,