X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Control%2FMonad.hs;h=aee36a240e8d3ac38a18c093d8d7399211367830;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=7d6c9784c062a45d3f4cb121bed3dde1a86c659e;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad.hs b/Control/Monad.hs index 7d6c978..aee36a2 100644 --- a/Control/Monad.hs +++ b/Control/Monad.hs @@ -9,8 +9,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Monad.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $ --- ----------------------------------------------------------------------------- module Control.Monad