I've been playing around with this since it was me...
# arrow-contributors
s
I've been playing around with this since it was merged. Is there a way to utilise the new
Effect
type for arbitrary monad types, or only those can extract a single value out like
Maybe
,
Either
,
State
, etc? e.g. Is it possible to also use for
List
or
(R) -> A
?