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

Method wrapped

packages/effect-app/src/NonEmptySet.ts:71–73  ·  view source on GitHub ↗
(ord: Order.Order<A>, eq?: Equivalence.Equivalence<A>)

Source from the content-addressed store, hash-verified

69
70class Wrapper<A> {
71 wrapped(ord: Order.Order<A>, eq?: Equivalence.Equivalence<A>) {
72 return make_(ord, eq)
73 }
74}
75
76export interface NonEmptySetSchemaExtensions<A> extends ReturnType<Wrapper<A>["wrapped"]> {}

Callers

nothing calls this directly

Calls 1

make_Function · 0.70

Tested by

no test coverage detected