Home
last modified time | relevance | path

Searched defs:locallyTCState (Results 1 – 2 of 2) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs146 locallyTCState l = liftThrough . locallyTCState l function
149 locallyTCState l = mapListT . locallyTCState l function
3931 locallyTCState l f = onReduceEnv $ mapRedSt $ over l f function
4257 locallyTCState l f = bracket_ (useTC l <* modifyTCLens l f) (setTCLens l) function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DAbstractToConcrete.hs243 locallyTCState l f m = AbsToCon $ locallyTCState l f $ unAbsToCon m function