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

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

The newest version!
package org.atnos.eff

/**
 * Effect for computation which can fail but will accumulate errors
 *
 * The runValidate interpreter just collects the messages and returns them at the end
 *
 */
trait ValidateEffect extends ValidateCreation with ValidateInterpretation

object ValidateEffect extends ValidateEffect




© 2015 - 2024 Weber Informatics LLC | Privacy Policy