Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DMonad.hs55 withTCState (const s') (f i)
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rewriting/
H A DConfluence.hs372 prettyErr <- withTCState (const s) $ prettyTCM err
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DErrors.hs277 TypeError loc s e -> withTCState (const s) $ do
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs137 withTCState :: (TCState -> TCState) -> m a -> m a
138 withTCState = locallyTCState id function