Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ succeed
Function
succeed
packages/effect/src/internal/fiber.ts:375–375 ·
view source on GitHub ↗
(value: A)
Source
from the content-addressed store, hash-verified
373
374
/** @internal */
375
export
const
succeed = <A>(value: A): Fiber.Fiber<A> => done(Exit.succeed(value))
376
377
const
void_: Fiber.Fiber<void> = succeed(void 0)
378
export
{
Callers
1
fiber.ts
File · 0.70
Calls
1
done
Function · 0.70
Tested by
no test coverage detected