indexed-0.1.3: Haskell98 indexed functors, monads, comonads

Copyright(C) 2008 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerReiner Pope <reiner.pope@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Control.Monad.Indexed.Fix

Description

 

Documentation

class IxMonad m => IxMonadFix m where Source #

Minimal complete definition

imfix

Methods

imfix :: (a -> m i i a) -> m i i a Source #