summaryrefslogtreecommitdiff
path: root/compiler/types/Type.lhs-boot
blob: ff9db3e28c3747a4e981fb28fa0dec77186784fb (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{code}
module Type where
import {-# SOURCE #-} TypeRep( Type, Kind )
import Var

isPredTy :: Type -> Bool

typeKind :: Type -> Kind
substKiWith :: [KindVar] -> [Kind] -> Kind -> Kind
eqKind :: Kind -> Kind -> Bool
\end{code}