summaryrefslogtreecommitdiff
path: root/compiler/types/Type.hs-boot
blob: 587454e3573fc6ea60cce92c439be22361e76408 (plain)
1
2
3
4
5
6
7
8
9
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