google-code-export / omega

Automatically exported from code.google.com/p/omega
Other
2 stars 0 forks source link

HasFixpoint --> MonadFix #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Monads.hs:

class Monad m => HasFixpoint m where
  fixpoint :: (a -> m a) -> m a

Why not use MonadFix from the Haskell libs?

<http://www.haskell.org/ghc/docs/6.8-latest/html/libraries/base/Control-Monad-Fi
x.html>

Original issue reported on code.google.com by ggr...@gmail.com on 4 Jul 2008 at 3:51

GoogleCodeExporter commented 9 years ago
please note that mdo notation is deprecated in GHC, use "do { rec { ... }; ... 
}"

Original comment by ggr...@gmail.com on 4 Nov 2009 at 11:34

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1746.

Original comment by ggr...@gmail.com on 26 Aug 2013 at 8:14

GoogleCodeExporter commented 9 years ago
This was easy :-) r1747 and r1748 constitute pretty cleanups.

Original comment by ggr...@gmail.com on 26 Aug 2013 at 8:23