MCPcopy
hub / github.com/Effect-TS/effect / makeLeftEncoded

Function makeLeftEncoded

packages/effect/src/Schema.ts:7451–7454  ·  view source on GitHub ↗
(left: E)

Source from the content-addressed store, hash-verified

7449}
7450
7451const makeLeftEncoded = <E>(left: E) => (({
7452 _tag: "Left",
7453 left
7454}) as const)
7455const makeRightEncoded = <A>(right: A) => (({
7456 _tag: "Right",
7457 right

Callers 1

EitherFromUnionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…