{-# LANGUAGE Safe #-}

-- |
--
-- Module      :  Data.Functor.Const
-- Copyright   :  Conor McBride and Ross Paterson 2005
-- License     :  BSD-style (see the LICENSE file in the distribution)
--
-- Maintainer  :  libraries@haskell.org
-- Stability   :  stable
-- Portability :  portable

module Data.Functor.Const
    (Const(..)
     ) where

import GHC.Internal.Data.Functor.Const