Registry / other / scalaz-effect-2-11

scalaz-effect-2-11

JSON →
library7.3.7javamavenunverified

Provides functional effect types and IO monad for Scala, part of the Scalaz library.

<dependency> <groupId>org.scalaz</groupId> <artifactId>scalaz-effect_2.11</artifactId> <version>7.3.7</version> </dependency>
INSTALL
IMPORT
SIG · SCALAZ-EFFECT-2-11
S
scalaz-effect-2-11
otherjavav7.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.

IO
scalaz.effect.IO

Runs an IO action that prints a message.

import scalaz.effect.IO object Quickstart extends App { val program = IO { println("Hello, Scalaz!") } program.unsafePerformIO() }
Debug
Known issues
breakingScalaz 7.3.x is the last major version; consider migrating to ZIO or Cats Effect for active development.
fix
Evaluate alternatives like ZIO or Cats Effect for new projects.
affects: >=7.3.0
Upgrade
Version history
7.3.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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