{-# OPTIONS_HADDOCK not-home #-}

-- |
-- Module      :  GHC.Maybe
-- Copyright   :  (c) The University of Glasgow 1997-2002
-- License     :  see libraries/base/LICENSE
--
-- Maintainer  :  ghc-devs@haskell.org
-- Stability   :  internal
-- Portability :  non-portable (GHC Extensions)
--
-- The 'Maybe' type.

module GHC.Maybe
    (Maybe(..)) where

import GHC.Internal.Maybe