X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FDataCon.lhs-boot;fp=compiler%2FbasicTypes%2FDataCon.lhs-boot;h=c5e05c9ecdda4263a2b47d1e9bb862013b5cff8c;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=0000000000000000000000000000000000000000;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/compiler/basicTypes/DataCon.lhs-boot b/compiler/basicTypes/DataCon.lhs-boot new file mode 100644 index 0000000..c5e05c9 --- /dev/null +++ b/compiler/basicTypes/DataCon.lhs-boot @@ -0,0 +1,8 @@ +\begin{code} +module DataCon where +import Name( Name ) + +data DataCon +dataConName :: DataCon -> Name +isVanillaDataCon :: DataCon -> Bool +\end{code}