1 2 3 4 5 6 7 8 9 10
\begin{code} module TysWiredIn where import {-# SOURCE #-} TyCon (TyCon) import {-# SOURCE #-} TypeRep (Type) eqTyCon :: TyCon mkBoxedTupleTy :: [Type] -> Type \end{code}