Home
last modified time | relevance | path

Searched refs:inverseScopeLookupName (Results 1 – 4 of 4) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DDisplayForm.hs19 import Agda.Syntax.Scope.Base (inverseScopeLookupName)
113 inScope scope x = not $ null $ inverseScopeLookupName x scope
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Scope/
H A DBase.hs1202 inverseScopeLookupName :: A.QName -> ScopeInfo -> [C.QName]
1203 inverseScopeLookupName = inverseScopeLookupName' AmbiguousConProjs function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DInternalToAbstract.hs51 import Agda.Syntax.Scope.Base (inverseScopeLookupName)
627 ifM (not . null . inverseScopeLookupName x <$> getScope) (reifyDef' x es) $ do
H A DAbstractToConcrete.hs1758 , C.QName{} <- Fold.toList $ listToMaybe $ inverseScopeLookupName q scope