Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DOptions.hs230 tcWarnings <- useTC stTCWarnings -- restore already generated warnings
234 setTCLens stTCWarnings tcWarnings
H A DCaching.hs67 ws = s^.stTCWarnings
H A DState.hs94 modifyTC $ over stTCWarnings $ const $ newState ^. stTCWarnings
H A DBase.hs655 stTCWarnings :: Lens' [TCWarning] TCState
656 stTCWarnings f s = function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/
H A DCommon.hs154 stTCWarnings `setTCLens` newWarnings
H A DBackend.hs213 stTCWarnings `setTCLens` []
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DWarnings.hs72 stTCWarnings `modifyTCLens` add w' tcwarn
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Pretty/
H A DWarning.hs491 collectedTCWarnings <- useTC stTCWarnings
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DInteractionTop.hs909 warnings <- useTC stTCWarnings
925 modifyTCLens stTCWarnings (++ warnings)
H A DImports.hs249 stTCWarnings `modifyTCLens` \ imp -> imp `List.union` warnings