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)
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)