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