Reorganisation of the source tree
[ghc-hetmet.git] / compiler / basicTypes / DataCon.hi-boot-6
diff --git a/compiler/basicTypes/DataCon.hi-boot-6 b/compiler/basicTypes/DataCon.hi-boot-6
new file mode 100644 (file)
index 0000000..7882469
--- /dev/null
@@ -0,0 +1,5 @@
+module DataCon where
+
+data DataCon
+dataConName :: DataCon -> Name.Name
+isVanillaDataCon :: DataCon -> GHC.Base.Bool