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

scalaz.iteratee.package.scala Maven / Gradle / Ivy

The newest version!
package scalaz

import Id._

package object iteratee {

  type Step[E, A] =
  StepT[E, Id, A]

  type Iteratee[E, A] =
  IterateeT[E, Id, A]

  type Enumerator[E] =
  EnumeratorT[E, Id]

  type Enumeratee[O, I] =
  EnumerateeT[O, I, Id]

  type >@>[E, A] =
  Iteratee[E, A]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy