Skip to content

Add fp specific interfaces #507

Closed
@sobolevn

Description

@sobolevn

I need to add interfaces like ApplicativeFunctor (Applicative + Mappable) and Monad (ApplicativeFunctor + Bindable).

typeclasses in haskell

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 of Monad, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions