Skip to content

Infix notation for everything #10

@beezee

Description

@beezee

Consider leveraging simulacrum. It would make the api much less awkward.

Compare

AndXorK2[List, Int, String].transformP(new (List ~> Option) { def apply[A](l: List[A]) = l.headOption })((List(1), List("a")))

to

(List(1), List("a")).transform(new (List ~> Option) { def apply[A](l: List[A]) = l.headOption })

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions