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

cats-kernel-laws-2-13

JSON →
library2.13.0javamavenunverified

Provides law-checking utilities for the Cats kernel type classes.

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

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); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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