Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ sequentialCase
Method
sequentialCase
packages/effect/src/Cause.ts:301–301 ·
view source on GitHub ↗
(context: C, left: Z, right: Z)
Source
from the content-addressed store, hash-verified
299
dieCase(context: C, defect: unknown): Z
300
interruptCase(context: C, fiberId: FiberId.FiberId): Z
301
sequentialCase(context: C, left: Z, right: Z): Z
302
parallelCase(context: C, left: Z, right: Z): Z
303
}
304
Callers
1
cause.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected