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

Function makeRightEncoded

packages/effect/src/Schema.ts:7455–7458  ·  view source on GitHub ↗
(right: A)

Source from the content-addressed store, hash-verified

7453 left
7454}) as const)
7455const makeRightEncoded = <A>(right: A) => (({
7456 _tag: "Right",
7457 right
7458}) as const)
7459
7460/**
7461 * @category api interface

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…