base-4.15.0.0: Data/Kind.hs
{-# LANGUAGE Trustworthy, ExplicitNamespaces #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Kind
-- License : BSD-style (see the LICENSE file in the distribution)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
-- Portability : not portable
--
-- Basic kinds
--
-- @since 4.9.0.0
-----------------------------------------------------------------------------
module Data.Kind ( Type, Constraint, FUN ) where
import GHC.Prim
import GHC.Types