Skip to content

Add Semigroupal typeclass #882

Closed
@ersin-ertan

Description

@ersin-ertan

A typeclass that allows combining independent contexts of F<A> and F<B>
Using Semigroupal<F> you form F<Tuple2<A,B>>
The primary method is: fun <A,B>product(fa:F<A>, fb:F<B>):F<Tuple2<A,B>>

P.S. using Tuple2 instead of Pair right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions