Add a comment, connecting the seq to the test (#4367) that shows its usefulness
[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 pprIdDetails :: IdDetails -> SDoc
8 \end{code}