Home
last modified time | relevance | path

Searched defs:runContT (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DT11167_ambig.hs6 newtype ContT r m a = ContT {runContT :: (a -> m r) -> m r} function
7 newtype ContT' r m a = ContT' {runContT :: (a -> m r) -> m r} function
10 runContT' = runContT function
H A DT11167.hs5 newtype ContT r m a = ContT {runContT :: (a -> m r) -> m r} function
8 runContT' = runContT function
/dports/lang/ghc/ghc-8.10.7/libraries/transformers/Control/Monad/Trans/
H A DCont.hs136 newtype ContT r m a = ContT { runContT :: (a -> m r) -> m r } function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/monadLib-3.10/src/
H A DMonadLib.hs178 runContT i (C m) = m i function