Cats library providing free monads and free applicatives for functional programming in Scala.
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-free_2.12</artifactId>
<version>2.13.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Scala example defining a free monad for a key-value store.
Ensure you use the correct Scala version suffix (e.g., _2.13 for Scala 2.13, _3 for Scala 3).
No dependency data recorded yet.