// ets_tracing: off import "../Operator/index.js" import type * as HKT from "../Prelude/HKT/index.js" import * as P from "../Prelude/index.js" export function monad
(
_: P
): >
export function monad (_: P) {
return > => P.instance(M)
}
export function applicative (
_: P
): >
export function applicative (_: P) {
return > => P.instance(M)
}