Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz committed Sep 22, 2017
1 parent c383cd7 commit 7785850
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 133 deletions.
27 changes: 0 additions & 27 deletions kernel-laws/src/main/scala/cats/kernel/laws/BaseLaws.scala

This file was deleted.

38 changes: 0 additions & 38 deletions kernel-laws/src/main/scala/cats/kernel/laws/IsSerializable.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait MonoidTests[A] extends SemigroupTests[A] {
"monoid",
Some(semigroup),
"left identity" -> forAll(laws.leftIdentity _),
"right identity" -> forAll(laws.leftIdentity _),
"right identity" -> forAll(laws.rightIdentity _),
"combine all" -> forAll(laws.combineAll _),
"collect0" -> forAll(laws.collect0 _),
"repeat0" -> forAll(laws.repeat0 _))
Expand Down
54 changes: 0 additions & 54 deletions laws/src/main/scala/cats/laws/SerializableLaws.scala

This file was deleted.

13 changes: 0 additions & 13 deletions laws/src/main/scala/cats/laws/discipline/SerializableTests.scala

This file was deleted.

0 comments on commit 7785850

Please sign in to comment.