4f9615a0615b251b2b6ef51725f1b86ffdf32211
[ghc-hetmet.git] / ghc / compiler / basicTypes / MkId.lhs-boot
1 \begin{code}
2 module MkId where
3 import Name( Name )
4 import DataCon( DataCon, DataConIds )
5
6 mkDataConIds :: Name -> Name -> DataCon -> DataConIds
7 \end{code}
8
9