Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs-boot
1 \begin{code}
2 module IdInfo where
3
4 data IdInfo
5 data GlobalIdDetails
6
7 notGlobalId :: GlobalIdDetails
8 seqIdInfo   :: IdInfo -> ()
9 \end{code}