indexed-0.1.1: 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 HaskellNone
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 #