Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
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
7451
const
makeLeftEncoded = <E>(left: E) => (({
7452
_tag:
"Left"
,
7453
left
7454
}) as
const
)
7455
const
makeRightEncoded = <A>(right: A) => (({
7456
_tag:
"Right"
,
7457
right
Callers
1
EitherFromUnion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected