(context: C, fiberId: FiberId.FiberId)
| 298 | failCase(context: C, error: E): Z |
| 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 | } |