summaryrefslogtreecommitdiff
path: root/compiler/prelude/TysWiredIn.lhs-boot
blob: b6dab8a21b9f78543eab3788fa6f5a4fe2b82912 (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{code}
module TysWiredIn where

import {-# SOURCE #-} TyCon      (TyCon)
import {-# SOURCE #-} TypeRep    (Type)


eqTyCon :: TyCon
typeNatKind, typeSymbolKind :: Type
mkBoxedTupleTy :: [Type] -> Type
\end{code}