indexed-0.1: Haskell98 indexed functors, monads, comonads

Portabilityportable
Stabilityexperimental
MaintainerReiner Pope <reiner.pope@gmail.com>
Safe HaskellSafe-Infered

Control.Monad.Indexed.Fix

Description

 

Documentation

class IxMonad m => IxMonadFix m whereSource

Methods

imfix :: (a -> m i i a) -> m i i aSource