summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/DataCon.hi-boot-6
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/DataCon.hi-boot-6')
-rw-r--r--compiler/basicTypes/DataCon.hi-boot-65
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/basicTypes/DataCon.hi-boot-6 b/compiler/basicTypes/DataCon.hi-boot-6
new file mode 100644
index 0000000000..7882469bce
--- /dev/null
+++ b/compiler/basicTypes/DataCon.hi-boot-6
@@ -0,0 +1,5 @@
+module DataCon where
+
+data DataCon
+dataConName :: DataCon -> Name.Name
+isVanillaDataCon :: DataCon -> GHC.Base.Bool