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