summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Maybe.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-07-03 11:37:51 +0000
committersimonmar <unknown>2001-07-03 11:37:51 +0000
commitb4358ba0fc2cb0fbdb75012612e42f330a99b39a (patch)
tree19fd3e61a85498f71d3d3b278224d1a660e2745e /libraries/base/Data/Maybe.hs
parentb5925b0022407430f04a34971f7ae7a05c11b09e (diff)
downloadhaskell-b4358ba0fc2cb0fbdb75012612e42f330a99b39a.tar.gz
[project @ 2001-07-03 11:37:49 by simonmar]
Latest round of changes, incorporating: - some changes to the portability/stability requested by Malcolm - Control.Monad.Fix is portable, IO/ST instances moved to System.IO, Control.Monad.ST respectively. - GHC.Tup moved to Data.Tuple, the code in here is mostly portable (and the interface better be).
Diffstat (limited to 'libraries/base/Data/Maybe.hs')
-rw-r--r--libraries/base/Data/Maybe.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Data/Maybe.hs b/libraries/base/Data/Maybe.hs
index 06c7a25398..de5d121ee5 100644
--- a/libraries/base/Data/Maybe.hs
+++ b/libraries/base/Data/Maybe.hs
@@ -7,9 +7,9 @@
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
--- Portability : non-portable
+-- Portability : portable
--
--- $Id: Maybe.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
+-- $Id: Maybe.hs,v 1.2 2001/07/03 11:37:50 simonmar Exp $
--
-- The Maybe type, and associated operations.
--