(_fiber: FiberImpl)
| 381 | } |
| 382 | |
| 383 | function defaultEvaluate(_fiber: FiberImpl): Primitive | Yield { |
| 384 | return exitDie(`Effect.evaluate: Not implemented`) as any |
| 385 | } |
| 386 | |
| 387 | /** @internal */ |
| 388 | export const makePrimitiveProto = <Op extends string>(options: { |