[project @ 2002-10-01 15:58:11 by erkok]
authorerkok <unknown>
Tue, 1 Oct 2002 15:58:12 +0000 (15:58 +0000)
committererkok <unknown>
Tue, 1 Oct 2002 15:58:12 +0000 (15:58 +0000)
commit7b34f4f43a0f0069bb3ff97f554ed593c5cd800c
tree4e2d07558eff251187c70d843730fe8a39a04d2e
parent9d17c43be1f9f95e1948cb6241b5cdb990bedf70
[project @ 2002-10-01 15:58:11 by erkok]
Merge Fix.hs with MonadRec.hs, and remove the latter.

As agreed, the class is now called "MonadFix", and the
library is called "Control.Monad.Fix".

Note: The old Control.Monad.Fix used to export the function

      fix :: (a -> a) -> a

I retained that behavior, but I don't think it should export it.
Control/Monad/Fix.hs
Control/Monad/MonadRec.hs [deleted file]