Effect.gen(function* (_) {
// ...
// should raise a warning in my IDE
PubSub.publish(pubsub, item)
// bounus: auto suggestion for yield* _(PubSub.publish(pubsub, item))
// ...
}
Effect.gen(function* (_) {
// ...
// should raise a warning in my IDE
PubSub.publish(pubsub, item)
// bounus: auto suggestion for yield* _(PubSub.publish(pubsub, item))
// ...
}