c5e05c9ecdda4263a2b47d1e9bb862013b5cff8c
[ghc-hetmet.git] / DataCon.lhs-boot
1 \begin{code}
2 module DataCon where
3 import Name( Name )
4
5 data DataCon
6 dataConName      :: DataCon -> Name
7 isVanillaDataCon :: DataCon -> Bool
8 \end{code}