rel8-1.2.2.0: src/Rel8/Schema/Name.hs-boot
{-# language PolyKinds #-}
{-# language RoleAnnotations #-}
{-# language StandaloneKindSignatures #-}
module Rel8.Schema.Name where
import Data.Kind ( Type )
type Name :: k -> Type
type role Name nominal
data Name a