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

Added merge (product) to Arrow for arrows composition #2063

Merged
merged 19 commits into from
Dec 8, 2017

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    28fe55a View commit details
    Browse the repository at this point in the history
  2. fix tests

    kailuowang committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    c2e451f View commit details
    Browse the repository at this point in the history
  3. ArrowLaws without parens around A in IsEq[F[A, (B, C)]]

    Marco Battaglia committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    29c878c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from kailuowang/marco

    fix tests
    marcobattaglia authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    4d88b6c View commit details
    Browse the repository at this point in the history
  5. added law and test for Arrow.combineAndByPass

    Marco Battaglia committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    fa6aa46 View commit details
    Browse the repository at this point in the history
  6. Added two method to compose Arrows 'merge' and '-<'. See comment in …

    …cats.arrow.Arrow
    Marco Battaglia committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    4f1c522 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7d0d47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f1e1d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f80bcb5 View commit details
    Browse the repository at this point in the history
  10. added exclude [ReverseMissingMethodProblem]s for Arrow.merge, Arrow.c…

    …ombineAndByPass and relative syntax Ops
    Marco Battaglia committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    87ff6a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db2d224 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Better format in scala doc html presentation. Schema of merge functio…

    …n in doc was not visibile in browser. Deleted the last two rows of merge method scala doc: the schema is clear enough.
    Marco Battaglia committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    2c0bc19 View commit details
    Browse the repository at this point in the history
  2. combineAndByPass has been renamed to combineAndBypass

    Marco Battaglia committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    817831a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    91dfe26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c6a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53e368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef5996f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bd2889 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

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