Effect CommunityEC
Effect Community3y ago
9 replies
layup_rag

Converting `Option<A>` + `() => E` to `Effect<never, E, A>`

Is there an easy way to go from Option<A> + () => E to Effect<never, E, A>?
Was this page helpful?