This BIG PATCH contains most of the work for the New Coercion Representation
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs-boot
1 \begin{code}
2 module IdInfo where
3 import Outputable
4 data IdInfo
5 data IdDetails
6
7 vanillaIdInfo :: IdInfo
8 coVarDetails :: IdDetails
9 pprIdDetails :: IdDetails -> SDoc
10 \end{code}