W3cubDocs

/Haskell 8

Data.Kind

License BSD-style (see the LICENSE file in the distribution)
Maintainer [email protected]
Stability experimental
Portability not portable
Safe Haskell Trustworthy
Language Haskell2010

Description

Basic kinds

Since: 4.9.0.0

type Type = * Source

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

data Constraint :: * Source

The kind of constraints, like Show a

type * = * Source

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

type (★) = * Source

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

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.2.1/docs/html/libraries/base-4.10.0.0/Data-Kind.html