Core abstractions for the Cats functional programming library, providing type classes like Functor, Monad, and Semigroup.
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.11</artifactId>
<version>2.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses the Functor type class to map over a list.
Use cats-core_2.13 or cats-core_3 for newer Scala versions.
No dependency data recorded yet.