purescript-0.5.1: PureScript Programming Language Compiler
Language.PureScript.Kinds
Description
Synopsis
data Kind Source
The data type of kinds
Constructors
Unification variable of type Kind
The kind of types
The kind of effects
Kinds for labelled, unordered rows without duplicates
Function kinds
Instances
everywhereOnKinds :: (Kind -> Kind) -> Kind -> KindSource
everythingOnKinds :: (r -> r -> r) -> (Kind -> r) -> Kind -> rSource