ghc-7.6.2: The GHC API

Safe HaskellNone

TysPrim

Contents

Description

This module defines TyCons that can't be expressed in Haskell. They are all, therefore, wired-in TyCons. C.f module TysWiredIn

Synopsis

Documentation

superKindTyCon :: TyConSource

See Type for details of the distinction between the Kind TyCons

superKind :: KindSource

See Type for details of the distinction between these Kinds

anyKindTyCon :: TyConSource

See Type for details of the distinction between the Kind TyCons

liftedTypeKindTyCon :: TyConSource

See Type for details of the distinction between the Kind TyCons

openTypeKindTyCon :: TyConSource

See Type for details of the distinction between the Kind TyCons

unliftedTypeKindTyCon :: TyConSource

See Type for details of the distinction between the Kind TyCons

constraintKindTyCon :: TyConSource

See Type for details of the distinction between the Kind TyCons

anyKind :: KindSource

See Type for details of the distinction between these Kinds

liftedTypeKind :: KindSource

See Type for details of the distinction between these Kinds

unliftedTypeKind :: KindSource

See Type for details of the distinction between these Kinds

openTypeKind :: KindSource

See Type for details of the distinction between these Kinds

constraintKind :: KindSource

See Type for details of the distinction between these Kinds

mkArrowKind :: Kind -> Kind -> KindSource

Given two kinds k1 and k2, creates the Kind k1 -> k2

mkArrowKinds :: [Kind] -> Kind -> KindSource

Iterated application of mkArrowKind

Any