-
-
Notifications
You must be signed in to change notification settings - Fork 487
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem this feature would solve?
The Effect.gen method lets you provide a custom this value: https://effect.website/docs/getting-started/using-generators/#passing-this
But as far as I can tell, Effect.fn does not.
What is the feature you are proposing to solve the problem?
Effect.fn accepting a this value, like Effect.gen does
What alternatives have you considered?
You can bind the generator, but that's a kludge.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request