Reset the demand info on bindings going to top level (since they cannot be strict)
[ghc-hetmet.git] / compiler / basicTypes / 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}