// ets_tracing: off import type { AssociativeCompose } from "../AssociativeCompose/index.js" import type * as HKT from "../HKT/index.js" export interface Category extends AssociativeCompose { readonly id: < A, K = HKT.Initial, Q = HKT.Initial, W = HKT.Initial, X = HKT.Initial, S = HKT.Initial, R = HKT.Initial, E = HKT.Initial >() => HKT.Kind }