Passing a function that returns an `Effect` to the `effect` property of `Effect.Service` is a val...
When using
Here is what I'm currently doing for a
Effect.Service is it okay to pass a function that returns an Effect to the effect property to allow outside params to be passed in when the service is being provided?Here is what I'm currently doing for a
CMS service: