Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Options/
H A DWarnings.hs13 , errorWarnings
98 when (wname `elem` errorWarnings) (Left (NoNoError str'))
106 , ("ignore", (errorWarnings, "Ignore all the benign warnings"))
122 errorWarnings :: Set WarningName
123 errorWarnings = Set.fromList function
308 (if not (w `Set.member` errorWarnings) then "b" else " ") ++
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DWarnings.hs192 if warningName w `Set.member` errorWarnings