comonad-5.0.9: src/Control/Comonad/Trans/Identity.hs
{-# LANGUAGE Safe #-}
-----------------------------------------------------------------------------
-- |
-- Module : Control.Comonad.Trans.Identity
-- Copyright : (C) 2008-2011 Edward Kmett
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
-- Portability : portable
--
----------------------------------------------------------------------------
module Control.Comonad.Trans.Identity
( IdentityT(..)
) where
import Control.Monad.Trans.Identity