Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DMetaVars.hs292 gen <- viewTC eGeneralizeMetas
H A DBase.hs3129 eGeneralizeMetas :: Lens' DoGeneralize TCEnv
3130 eGeneralizeMetas f e = f (envGeneralizeMetas e) <&> \ x -> e { envGeneralizeMetas = x } function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DGeneralize.hs687 genvals <- locallyTC eGeneralizeMetas (const YesGeneralizeVar) $
H A DMetaVars.hs335 whenM ((== YesGeneralizeVar) <$> viewTC eGeneralizeMetas) $
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DDecl.hs542 generalizeType s $ locallyTC eGeneralizeMetas (const YesGeneralizeMeta) $