MCPcopy Create free account
hub / github.com/effect-app/libs / wrapped

Method wrapped

packages/effect-app/src/Set.ts:655–657  ·  view source on GitHub ↗
(ord: Order.Order<A>, eq: Equivalence.Equivalence<A>)

Source from the content-addressed store, hash-verified

653
654class Wrapper<A> {
655 wrapped(ord: Order.Order<A>, eq: Equivalence.Equivalence<A>) {
656 return make_(ord, eq)
657 }
658}
659
660export interface SetSchemaExtensions<A> extends ReturnType<Wrapper<A>["wrapped"]> {}

Callers

nothing calls this directly

Calls 1

make_Function · 0.70

Tested by

no test coverage detected