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 SortedMap and SortedSet instances/Move Set and Map instances to Alleycats #1972

Merged
merged 20 commits into from
Oct 30, 2017

Commits on Oct 16, 2017

  1. Add SortedMap instances

    Luka Jacobowitz committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a1705a9 View commit details
    Browse the repository at this point in the history
  2. Add law tests

    Luka Jacobowitz committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    2ec0b0a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into add-sorted-instances

    Luka Jacobowitz committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    fef41c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Remove optimized combineAll

    Luka Jacobowitz committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    62ec8d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Add SortedSet instances

    Luka Jacobowitz committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    ec82e5f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Try to fix some tests

    Luka Jacobowitz committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    1bf9b94 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Merge branch 'master' into add-sorted-instances

    Luka Jacobowitz committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    8ff298e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Rename

    Luka Jacobowitz committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    a5948aa View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Merge branch 'add-sorted-instances' of https://github.com/LukaJCB/cats

    …into LukaJCB-add-sorted-instances
    kailuowang committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    32c9aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e13e8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from kailuowang/LukaJCB-add-sorted-instances

    move Map and Set instances into alleycats
    LukaJCB authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    9f0ef36 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Add Order constraint for arbitrary

    Luka Jacobowitz committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    93f273a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add-sorted-instances' of https://github.com/LukaJCB/cats

    …into add-sorted-instances
    Luka Jacobowitz committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    16359a3 View commit details
    Browse the repository at this point in the history
  3. Add hash implementation

    Luka Jacobowitz committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    151412c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Fix tut docs

    Luka Jacobowitz committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    40f9de5 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    Luka Jacobowitz committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    36eeada View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Add order consistency test

    Luka Jacobowitz committed Oct 29, 2017
    1 Configuration menu
    Copy the full SHA
    4e6456a View commit details
    Browse the repository at this point in the history
  2. Add law for foldable

    Luka Jacobowitz committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    8745b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Remove failing tests from Alleycats

    Luka Jacobowitz committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    37e36ea View commit details
    Browse the repository at this point in the history
  2. Add requirement that Foldable instances should be ordered

    Luka Jacobowitz committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    2aef355 View commit details
    Browse the repository at this point in the history