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

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

The newest version!
package org.specs2.internal.scalaz

package object undo {
  type StateTHistory[F[+_], S, A] = StateT[F, History[S], A]

  type HStateTMonadState[F[+_], S] = MonadState[({type f[s, +a] = StateT[F, s, a]})#f, History[S]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy