All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.atnos.eff.EitherEffect.scala Maven / Gradle / Ivy

package org.atnos.eff

/**
 * Effect for computation which can fail
 */
trait EitherEffect extends EitherCreation with EitherInterpretation

object EitherEffect extends EitherEffect




© 2015 - 2024 Weber Informatics LLC | Privacy Policy