Give the inferred type when warning of a missing type-signature (Trac #1256)
[ghc-hetmet.git] / 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