X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Data%2FMaybe.hs;h=d0b5c18a96a154d39bb7d28bcc304c4458e644d1;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=36e684e1ea62cfd6de0714a4b9294f7d85f68832;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Data/Maybe.hs b/Data/Maybe.hs index 36e684e..d0b5c18 100644 --- a/Data/Maybe.hs +++ b/Data/Maybe.hs @@ -9,8 +9,6 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Maybe.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $ --- -- The Maybe type, and associated operations. -- -----------------------------------------------------------------------------