base-4.9.0.0: Basic libraries

LicenseBSD-style (see the LICENSE file in the distribution)
Maintainerlibraries@haskell.org
Stabilityexperimental
Portabilitynot portable
Safe HaskellTrustworthy
LanguageHaskell2010

Data.Kind

Description

Basic kinds

Since: 4.9.0.0

Synopsis

Documentation

type Type = * #

The kind of types with values. For example Int :: Type.

data Constraint :: * #

The kind of constraints, like Show a

type * = * #

A backward-compatible (pre-GHC 8.0) synonym for Type

type (★) = * #

A unicode backward-compatible (pre-GHC 8.0) synonym for Type