Closed
Description
I need to add interfaces like ApplicativeFunctor
(Applicative
+ Mappable
) and Monad
(ApplicativeFunctor
+ Bindable
).
But, due to the rule #451 we don't use FP jargon in here. So, the names should be changed.
I propose:
ApplicativeMappableN
(obviously)ContainerN
instead ofMonad
, because we use this name quite a lot in the same meaning all across our docs
So, other interfaces would use ContainerN
as the base one instead of 3 different ones right now.