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

cats-kernel-laws-2-12

JSON →
library2.13.0javamavenunverified

Provides laws and property-based tests for the Cats kernel type classes.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-kernel-laws_2.12</artifactId> <version>2.13.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-KERNEL-LAWS-2
C
cats-kernel-laws-2-12
testingjavav2.13.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

Minimal usage of Cats kernel laws equality check.

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

No known issues recorded.

Upgrade
Version history
2.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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