-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename package algebra -> cats.algebra
- Loading branch information
1 parent
c51b726
commit 66b8074
Showing
72 changed files
with
118 additions
and
61 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...ore/src/main/scala/algebra/Priority.scala → ...rc/main/scala/cats/algebra/Priority.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
|
||
/** | ||
|
1 change: 1 addition & 0 deletions
1
...ala/algebra/instances/StaticMethods.scala → ...ats/algebra/instances/StaticMethods.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra.instances | ||
|
||
import scala.annotation.tailrec | ||
|
1 change: 1 addition & 0 deletions
1
...rc/main/scala/algebra/instances/all.scala → ...in/scala/cats/algebra/instances/all.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../main/scala/algebra/instances/array.scala → .../scala/cats/algebra/instances/array.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
3 changes: 2 additions & 1 deletion
3
.../scala/algebra/instances/bigDecimal.scala → ...a/cats/algebra/instances/bigDecimal.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...main/scala/algebra/instances/bigInt.scala → ...scala/cats/algebra/instances/bigInt.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...main/scala/algebra/instances/bitSet.scala → ...scala/cats/algebra/instances/bitSet.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
...ain/scala/algebra/instances/boolean.scala → ...cala/cats/algebra/instances/boolean.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...c/main/scala/algebra/instances/byte.scala → ...n/scala/cats/algebra/instances/byte.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...c/main/scala/algebra/instances/char.scala → ...n/scala/cats/algebra/instances/char.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
5 changes: 3 additions & 2 deletions
5
...main/scala/algebra/instances/double.scala → ...scala/cats/algebra/instances/double.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../main/scala/algebra/instances/float.scala → .../scala/cats/algebra/instances/float.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...rc/main/scala/algebra/instances/int.scala → ...in/scala/cats/algebra/instances/int.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...c/main/scala/algebra/instances/list.scala → ...n/scala/cats/algebra/instances/list.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
5 changes: 3 additions & 2 deletions
5
...c/main/scala/algebra/instances/long.scala → ...n/scala/cats/algebra/instances/long.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...rc/main/scala/algebra/instances/map.scala → ...in/scala/cats/algebra/instances/map.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...main/scala/algebra/instances/option.scala → ...scala/cats/algebra/instances/option.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
5 changes: 3 additions & 2 deletions
5
...rc/main/scala/algebra/instances/set.scala → ...in/scala/cats/algebra/instances/set.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../main/scala/algebra/instances/short.scala → .../scala/cats/algebra/instances/short.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...main/scala/algebra/instances/string.scala → ...scala/cats/algebra/instances/string.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../main/scala/algebra/instances/tuple.scala → .../scala/cats/algebra/instances/tuple.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package instances | ||
|
||
|
3 changes: 2 additions & 1 deletion
3
...c/main/scala/algebra/instances/unit.scala → ...n/scala/cats/algebra/instances/unit.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...src/main/scala/algebra/lattice/Bool.scala → ...ain/scala/cats/algebra/lattice/Bool.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
3 changes: 2 additions & 1 deletion
3
.../lattice/BoundedDistributiveLattice.scala → .../lattice/BoundedDistributiveLattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ebra/lattice/BoundedJoinSemilattice.scala → ...ebra/lattice/BoundedJoinSemilattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...cala/algebra/lattice/BoundedLattice.scala → ...cats/algebra/lattice/BoundedLattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...ebra/lattice/BoundedMeetSemilattice.scala → ...ebra/lattice/BoundedMeetSemilattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...main/scala/algebra/lattice/DeMorgan.scala → ...scala/cats/algebra/lattice/DeMorgan.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...algebra/lattice/DistributiveLattice.scala → ...algebra/lattice/DistributiveLattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../main/scala/algebra/lattice/GenBool.scala → .../scala/cats/algebra/lattice/GenBool.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../main/scala/algebra/lattice/Heyting.scala → .../scala/cats/algebra/lattice/Heyting.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...ala/algebra/lattice/JoinSemilattice.scala → ...ats/algebra/lattice/JoinSemilattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../main/scala/algebra/lattice/Lattice.scala → .../scala/cats/algebra/lattice/Lattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...rc/main/scala/algebra/lattice/Logic.scala → ...in/scala/cats/algebra/lattice/Logic.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...ala/algebra/lattice/MeetSemilattice.scala → ...ats/algebra/lattice/MeetSemilattice.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package lattice | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...core/src/main/scala/algebra/package.scala → ...src/main/scala/cats/algebra/package.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package object algebra { | ||
|
||
type Band[A] = cats.kernel.Band[A] | ||
|
1 change: 1 addition & 0 deletions
1
...rc/main/scala/algebra/ring/Additive.scala → ...in/scala/cats/algebra/ring/Additive.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...rc/main/scala/algebra/ring/BoolRing.scala → ...in/scala/cats/algebra/ring/BoolRing.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...src/main/scala/algebra/ring/BoolRng.scala → ...ain/scala/cats/algebra/ring/BoolRng.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...n/scala/algebra/ring/CommutativeRig.scala → ...la/cats/algebra/ring/CommutativeRig.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
.../scala/algebra/ring/CommutativeRing.scala → ...a/cats/algebra/ring/CommutativeRing.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...n/scala/algebra/ring/CommutativeRng.scala → ...la/cats/algebra/ring/CommutativeRng.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...la/algebra/ring/CommutativeSemiring.scala → ...ts/algebra/ring/CommutativeSemiring.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...e/src/main/scala/algebra/ring/Field.scala → .../main/scala/cats/algebra/ring/Field.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...n/scala/algebra/ring/Multiplicative.scala → ...la/cats/algebra/ring/Multiplicative.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...ore/src/main/scala/algebra/ring/Rig.scala → ...rc/main/scala/cats/algebra/ring/Rig.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...re/src/main/scala/algebra/ring/Ring.scala → ...c/main/scala/cats/algebra/ring/Ring.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...ore/src/main/scala/algebra/ring/Rng.scala → ...rc/main/scala/cats/algebra/ring/Rng.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...rc/main/scala/algebra/ring/Semiring.scala → ...in/scala/cats/algebra/ring/Semiring.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
package ring | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...re/src/test/scala/algebra/Instances.scala → ...c/test/scala/cats/algebra/Instances.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra | ||
|
||
object Instances { | ||
|
1 change: 1 addition & 0 deletions
1
...rc/test/scala/algebra/ring/RingTest.scala → ...st/scala/cats/algebra/ring/RingTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package cats | ||
package algebra.ring | ||
|
||
import algebra.instances.bigInt._ | ||
|
2 changes: 1 addition & 1 deletion
2
...cala/algebra/laws/platform/Platform.scala → ...cats/algebra/laws/platform/Platform.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cala/algebra/laws/platform/Platform.scala → ...cats/algebra/laws/platform/Platform.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cala/algebra/laws/platform/Platform.scala → ...cats/algebra/laws/platform/Platform.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rc/main/scala/algebra/laws/BaseLaws.scala → ...in/scala/cats/algebra/laws/BaseLaws.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package algebra.laws | ||
package cats.algebra.laws | ||
|
||
import cats.kernel._ | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ain/scala/algebra/laws/CheckSupport.scala → ...cala/cats/algebra/laws/CheckSupport.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ain/scala/algebra/laws/DeMorganLaws.scala → ...cala/cats/algebra/laws/DeMorganLaws.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/scala/algebra/laws/GroupLaws.scala → ...n/scala/cats/algebra/laws/GroupLaws.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package algebra.laws | ||
package cats.algebra.laws | ||
|
||
import cats.kernel._ | ||
import cats.kernel.instances.option._ | ||
|
Oops, something went wrong.