scalaz
package
scalaz
Type Members
-
type
<~[+F[_], -G[_]] = NaturalTransformation[G, F]
-
type
=?>[E, A] = Kleisli[Option, E, A]
-
type
@>[A, B] = LensT[scalaz.Id.Id, A, B]
-
type
@?>[A, B] = PLensT[scalaz.Id.Id, A, B]
-
type
@@[T, Tag] = T with Tagged[Tag]
-
type
Alternative[F[_]] = ApplicativePlus[F]
-
trait
Enumerator[F[_]] extends AnyRef
-
type
FirstOption[A] = Option[A] with Tagged[First]
-
sealed
trait
Input[E] extends AnyRef
-
sealed
trait
IterV[E, A] extends AnyRef
-
sealed
trait
IterVM[M[+_], E, A] extends AnyRef
-
case class
Iteratee[M[+_], E, A](value: M[IterVM[M, E, A]]) extends Product with Serializable
-
type
LastOption[A] = Option[A] with Tagged[Last]
-
type
Lens[A, B] = LensT[scalaz.Id.Id, A, B]
-
type
MaxOption[A] = Option[A] with Tagged[Max]
-
type
MinOption[A] = Option[A] with Tagged[Min]
-
type
PLens[A, B] = PLensT[scalaz.Id.Id, A, B]
-
type
PState[A, B] = StateT[scalaz.Id.Id, A, Option[B]]
-
type
PStateT[F[+_], A, B] = StateT[F, A, Option[B]]
-
type
RWS[-R, +W, S, +A] = ReaderWriterStateT[scalaz.Id.Identity, R, W, S, A]
-
type
RWST[F[+_], -R, +W, S, +A] = ReaderWriterStateT[F, R, W, S, A]
-
type
Reader[E, +A] = Kleisli[scalaz.Id.Id, E, A]
-
type
ReaderT[F[+_], E, +A] = Kleisli[F, E, A]
-
type
ReaderWriterState[-R, +W, S, +A] = ReaderWriterStateT[scalaz.Id.Identity, R, W, S, A]
-
type
State[S, +A] = StateT[scalaz.Id.Id, S, A]
-
type
Store[A, B] = StoreT[scalaz.Id.Id, A, B]
-
type
Tagged[T] = AnyRef { type Tag = T }
-
type
Unwriter[+W, +A] = UnwriterT[scalaz.Id.Id, W, A]
-
type
ValidationNEL[+E, +X] = Validation[NonEmptyList[E], X]
-
type
Writer[+W, +A] = WriterT[scalaz.Id.Id, W, A]
-
type
|-->[A, B] = StoreT[scalaz.Id.Id, B, A]
-
type
|>=|[G[_], F[_]] = MonadPartialOrder[G, F]
-
type
~>[-F[_], +G[_]] = NaturalTransformation[F, G]
-
type
~~>[-F[_, _], +G[_, _]] = BiNaturalTransformation[F, G]
-
type
⊤ = Any
-
type
⊥ = Nothing
Value Members
-
-
val
RWST: ReaderWriterStateT.type
-
implicit
val
idInstance: Traverse[scalaz.Id.Id] with Each[scalaz.Id.Id] with Monad[scalaz.Id.Id] with Comonad[scalaz.Id.Id] with Cojoin[scalaz.Id.Id] with Distributive[scalaz.Id.Id] with Zip[scalaz.Id.Id] with Unzip[scalaz.Id.Id] with Cozip[scalaz.Id.Id]
Inherited from AnyRef
Inherited from Any