summaryrefslogtreecommitdiff
path: root/compiler/prelude/TysWiredIn.lhs-boot
blob: 9740c0ae386258ba1ec7c512127251cf342b75f0 (plain)
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}