papa-0.4.0: src/Papa/Base/Control/Monad/Cont.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Control.Monad.Cont (
module P,
) where
import Control.Monad.Cont.Class as P (
MonadCont (callCC),
)
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Control.Monad.Cont (
module P,
) where
import Control.Monad.Cont.Class as P (
MonadCont (callCC),
)