Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Options/
H A DBase.hs273 , optUniverseCheck = True function
355 [ "--type-in-type" | not (optUniverseCheck opts) ] ++
380 , (B . not . optUniverseCheck, "--type-in-type")
605 dontUniverseCheckFlag o = return $ o { optUniverseCheck = False }
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DOptions.hs283 typeInType = not . optUniverseCheck <$> pragmaOptions