Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
)
7455
const
makeRightEncoded = <A>(right: A) => (({
7456
_tag:
"Right"
,
7457
right
7458
}) as
const
)
7459
7460
/**
7461
* @category api
interface
Callers
1
EitherFromUnion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected