MCPcopy Index your code
hub / github.com/Effect-TS/effect / dieSync

Function dieSync

packages/effect/src/internal/core.ts:700–700  ·  view source on GitHub ↗
(evaluate: LazyArg<unknown>)

Source from the content-addressed store, hash-verified

698
699/* @internal */
700export const dieSync = (evaluate: LazyArg<unknown>): Effect.Effect<never> => flatMap(sync(evaluate), die)
701
702/* @internal */
703export const either = <A, E, R>(self: Effect.Effect<A, E, R>): Effect.Effect<Either.Either<A, E>, never, R> =>

Callers 1

core.tsFile · 0.70

Calls 1

syncFunction · 0.70

Tested by

no test coverage detected