Registry / testing / cats-kernel-laws-2-11

cats-kernel-laws-2-11

JSON →
library2.0.0javamavenunverified

Provides laws for testing type class instances in the Cats kernel, a lightweight core for functional programming in Scala.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-kernel-laws_2.11</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-KERNEL-LAWS-2
C
cats-kernel-laws-2-11
testingjavav2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IsEq
cats.kernel.laws.IsEq

Demonstrates importing and using the IsEq class from cats-kernel-laws.

import cats.kernel.laws.IsEq; public class Example { public static void main(String[] args) { IsEq<Integer> eq = new IsEq<>(1, 1); System.out.println(eq); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
Amazon
3
OpenAI (training)
1
Resources
cats-kernel-laws-2-11 — mvn dependency:get cats-kernel-laws-2-11 · libregistry