comply with Haskell 98 by not allowing extra commas in import/export lists
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
1 \begin{code}
2 module TypeRep where
3
4 data Type
5 data PredType
6 data TyThing
7 \end{code}
8