|
| Control.Monad.Fix | | Portability | portable | | Stability | experimental | | Maintainer | libraries@haskell.org |
|
|
|
|
|
| Description |
The Fix monad. Inspired by the paper
Functional Programming with Overloading and
Higher-Order Polymorphism,
Mark P Jones (http://www.cse.ogi.edu/~mpj)
Advanced School of Functional Programming, 1995. |
|
|
|
| class (Monad m) => MonadFix m where |
| | Methods | | mfix :: (a -> m a) -> m a |
| | | Instances | |
|
|
| fix :: (a -> a) -> a |
|
| Produced by Haddock version 0.4 |