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

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

package org.atnos.eff

/**
 * Effect for computations depending on an environment.
 *
 * The inside datatype for this effect is cats.data.Reader
 */
trait ReaderEffect extends ReaderCreation with ReaderInterpretation

object ReaderEffect extends ReaderEffect




© 2015 - 2025 Weber Informatics LLC | Privacy Policy