planet-mitchell-0.0.0: src/Cont.hs
module Cont
( -- * Cont
Cont
, cont
, runCont
, mapCont
, withCont
-- * ContT
, ContT(..)
, mapContT
, withContT
-- * MonadCont
, MonadCont(..)
) where
import Control.Monad.Cont.Class
import Control.Monad.Trans.Cont