import { HKT } from "@tsplus/stdlib/prelude/HKT"; import { IdentityBoth } from "@tsplus/stdlib/prelude/IdentityBoth"; import { Covariant } from "@tsplus/stdlib/prelude/Covariant"; /** * @tsplus type Applicative */ export type Applicative = IdentityBoth & Covariant; //# sourceMappingURL=Applicative.d.ts.map