Home
last modified time | relevance | path

Searched refs:derive_callWithCC (Results 1 – 2 of 2) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/monadLib-3.10/src/MonadLib/
H A DDerive.hs23 derive_callWithCC,
98 derive_callWithCC :: (ContM m) => Iso m n -> ((a -> Label n) -> n a) -> n a
99 derive_callWithCC iso f = close iso $ callWithCC $ open iso . f . relab function
H A DMonads.hs116 instance ContM (Cont i) where callWithCC = derive_callWithCC iso_C