X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FMaybe.hs;h=36e684e1ea62cfd6de0714a4b9294f7d85f68832;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=3f1ffad76562cb7ab74e796fff2fc264e8539f43;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Maybe.hs b/Data/Maybe.hs index 3f1ffad..36e684e 100644 --- a/Data/Maybe.hs +++ b/Data/Maybe.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Maybe -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Maybe.hs,v 1.3 2001/07/03 14:13:32 simonmar Exp $ +-- $Id: Maybe.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $ -- -- The Maybe type, and associated operations. --