@hackage / mtl-unleashed

MTL classes without the functional dependency

Latest0.6.1

About

Metadata

  • Last updated , by DavidFox
  • License BSD-3-Clause
  • Maintained by: David Fox <dsf@seereason.com>

  • Lottery factor: 0

Links

Installation

Readme

Classes MonadState and MonadReader without the functional dependency from the monad to the contained type. This allows more flexibility to extract bits and pieces of state based on type, but increases ambiguities that need to be resolved with extra type signatures.