Registry / utility / scalaz-core-2-11

scalaz-core-2-11

JSON →
library7.3.7javamavenunverified

Core functional programming library for Scala, providing type classes and data structures for pure functional programming.

<dependency> <groupId>org.scalaz</groupId> <artifactId>scalaz-core_2.11</artifactId> <version>7.3.7</version> </dependency>
INSTALL
IMPORT
SIG · SCALAZ-CORE-2-11
S
scalaz-core-2-11
utilityjavav7.3.7
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.

scalaz
scalaz._

Use Scalaz's enhanced Scala standard library with type classes.

import scalaz._ import Scalaz._ object Example extends App { val result = List(1, 2, 3).map(_ + 1) println(result) }
Debug
Known issues
breakingScalaz 7.3.x is compiled for Scala 2.11, 2.12, and 2.13; ensure your Scala version matches.
fix
Use the correct artifact for your Scala version (e.g., scalaz-core_2.12 for Scala 2.12).
affects: >=7.0.0
Upgrade
Version history
7.3.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalaz-core-2-11 — mvn dependency:get scalaz-core-2-11 · libregistry