Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-stripe committed Sep 6, 2016
1 parent f61e554 commit 62fccae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ trait MonadCombineTests[F[_]] extends MonadFilterTests[F] with AlternativeTests[
def name: String = "monadCombine"
def bases: Seq[(String, RuleSet)] = Nil
def parents: Seq[RuleSet] = Seq(monadFilter[A, B, C], alternative[A, B, C])
def props: Seq[(String, Prop)] = Nil
// def props: Seq[(String, Prop)] = Seq(
// "monadCombine left distributivity" -> forAll(laws.monadCombineLeftDistributivity[A, B] _)
// )
Expand Down

0 comments on commit 62fccae

Please sign in to comment.