You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought: seems it would be feasible to derive fmap for functors that are the composition of two or more functors, such as deriveFmap(func(A) B, func() ([A], error)) ([B], error)
The text was updated successfully, but these errors were encountered:
Interesting. I can see this example working.
Maybe you can provide a few more which include some joins, to see how we would handle stacked monads as well.
Just to make sure our theory is sound, before we start implementing.
What do you think?
Just a thought: seems it would be feasible to derive fmap for functors that are the composition of two or more functors, such as
deriveFmap(func(A) B, func() ([A], error)) ([B], error)
The text was updated successfully, but these errors were encountered: