base-4.20.0.0: src/GHC/IO/IOMode.hs
{-# LANGUAGE Safe #-}
{-# OPTIONS_HADDOCK not-home #-}
-- |
--
-- Module : GHC.IO.IOMode
-- Copyright : (c) The University of Glasgow, 1994-2008
-- License : see libraries/base/LICENSE
--
-- Maintainer : libraries@haskell.org
-- Stability : internal
-- Portability : non-portable
--
-- The IOMode type
--
module GHC.IO.IOMode
(IOMode(..)
) where
import GHC.Internal.IO.IOMode