83b4b7d07a1782576e8a17c927796a03e03e462b
[ghc-hetmet.git] / ghc / compiler / types / TyCon.lhs-boot
1 \begin{code}
2 module TyCon where
3
4 data TyCon
5
6 isTupleTyCon        :: TyCon -> Bool
7 isUnboxedTupleTyCon :: TyCon -> Bool
8 isFunTyCon          :: TyCon -> Bool
9 \end{code}