/** * @since 0.24.0 */ import type { TypeLambda } from "effect/HKT"; import type { Covariant } from "./Covariant.js"; import type { Of } from "./Of.js"; /** * @category type class * @since 0.24.0 */ export interface Pointed extends Covariant, Of { } //# sourceMappingURL=Pointed.d.ts.map