Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DEnv.hs92 updateAllowedReductions f e = e { envAllowedReductions = f (envAllowedReductions e) }
H A DBase.hs2850 , envAllowedReductions :: AllowedReductions function
2946 , envAllowedReductions = allReductions function
3088 eAllowedReductions f e = f (envAllowedReductions e) <&> \ x -> e { envAllowedReductions = x }
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DReduce.hs431 allowed <- asksTC envAllowedReductions
472 Level l -> ifM (SmallSet.member LevelReductions <$> asksTC envAllowedReductions)
548 allowed <- asksTC envAllowedReductions
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Termination/
H A DTermCheck.hs886 =<< asksTC envAllowedReductions
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DFast.hs432 allowedReductions <- asksTC envAllowedReductions