Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs4137 newtype BlockT m a = BlockT { unBlockT :: ExceptT Blocker m a } function
4146 catchPatternErr h f = BlockT $ catchError (unBlockT f) (unBlockT . h)
4155 runBlocked = runExceptT . unBlockT