Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syntax for Bitraverse to allow traversal and sequencing of the left side #2606

Merged

Commits on Nov 12, 2018

  1. Add syntax for Bitraverse to allow independent traversal of sides

    This adds syntax for:
    * traverse
    * sequence
    * leftTraverse
    * leftSequence
    
    I am open to having better names, but I think these would be useful to have in cats-core.
    andimiller committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    94626ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f3276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe293fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf54795 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    15f6f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1332c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3414c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    5048c64 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    ad87d8e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Configuration menu
    Copy the full SHA
    6c67bb3 View commit details
    Browse the repository at this point in the history
  2. scalafmt

    andimiller committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    558b372 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    ace84de View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    76d8787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14bbe68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b05510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f6c9a View commit details
    Browse the repository at this point in the history