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

Use Cogen for Kleisli and Func Arbitrary instances #1606

Closed
wants to merge 1 commit into from

Commits on Apr 17, 2017

  1. Use Cogen for Kleisli and Func Arbitrary instances

    I think that this resolves typelevel#1605. It may have merge conflicts with typelevel#1584
    and I think that one should probably be merged first.
    
    I noticed a slight discrepancy between how I've implemented this (taking
    implicit `Cogen` and `Arbitrary` instances) vs how the current `StateT`
    arbitrary instance works (it takes an implicit `Arbitrary[S => F[(S, A)]]]). I'm not really sure whether one approach is better than the other. We should probably align on one of the two, though.
    ceedubs committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    67a8a81 View commit details
    Browse the repository at this point in the history