X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FMaybe.hs;h=f98fa859178be91dcde892e56ec4824caa3362e1;hb=beaf733bae2acdf2cc1a2b1234e4532a0ccc655d;hp=9c86159956e7ff3f22be384c99ab65066968830f;hpb=0ff27fb0b00d271170a346d75ffe38cebabb3b11;p=ghc-base.git diff --git a/Data/Maybe.hs b/Data/Maybe.hs index 9c86159..f98fa85 100644 --- a/Data/Maybe.hs +++ b/Data/Maybe.hs @@ -6,7 +6,7 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : experimental +-- Stability : stable -- Portability : portable -- -- The Maybe type, and associated operations.