packages feed

rel8-internal-1.8.0.0: src/Rel8/Internal/Schema/HTable/List.hs

{-# language DataKinds #-}
{-# language StandaloneKindSignatures #-}

module Rel8.Internal.Schema.HTable.List
  ( HListTable
  )
where

-- base
import Prelude ()

-- rel8
import qualified Rel8.Internal.Schema.Kind as K
import Rel8.Internal.Schema.HTable.Vectorize ( HVectorize )


type HListTable :: K.HTable -> K.HTable
type HListTable = HVectorize []