/** * @tsplus type Category */ export type Category = { readonly Law: { readonly Category: "Category" } readonly id: () => HKT.Kind } & AssociativeCompose