@hackage / monad-control-identity

Stronger classes than monad-control

Latest0.2.0.0

About

Metadata

  • Last updated , by jumper149
  • License BSD-3-Clause
  • Maintained by: felixspringer149@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

This package defines the type class MonadBaseControlIdentity, which is very similar to MonadBaseControl from monad-control. The difference is, that MonadBaseControlIdentity instances are only valid, when there is no monadic state. This results in simpler type signatures to lift values in contravariant positions.