Reorganisation of the source tree
[ghc-hetmet.git] / compiler / basicTypes / DataCon.lhs-boot
diff --git a/compiler/basicTypes/DataCon.lhs-boot b/compiler/basicTypes/DataCon.lhs-boot
new file mode 100644 (file)
index 0000000..c5e05c9
--- /dev/null
@@ -0,0 +1,8 @@
+\begin{code}
+module DataCon where
+import Name( Name )
+
+data DataCon
+dataConName      :: DataCon -> Name
+isVanillaDataCon :: DataCon -> Bool
+\end{code}