X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad.hs;h=7d6c9784c062a45d3f4cb121bed3dde1a86c659e;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=d2e99088266df97aee91804dbbfd0494f0c4b1a6;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad.hs b/Control/Monad.hs index d2e9908..7d6c978 100644 --- a/Control/Monad.hs +++ b/Control/Monad.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Monad.hs,v 1.1 2001/06/28 14:15:01 simonmar Exp $ +-- $Id: Monad.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $ -- -----------------------------------------------------------------------------