Skip to content

Tuple Apply syntax fixes #1363

@adelbertc

Description

@adelbertc

Referring to this syntax:

import cats.implicits._

(Option(2), Option(3)).map2(_ + _)
  • No Unapply
  • Should this be under cats.syntax.tuple as it currently is or cats.syntax.apply?
  • Deprecate/remove CartesianBuilder syntax

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