Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Scope/
H A DBase.hs743 thingsInScope :: [NameSpaceId] -> Scope -> NameSpace
744 thingsInScope fs s = function
769 imp = thingsInScope [ImportedNS] s
770 noimp = thingsInScope [PublicNS, PrivateNS] s
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DConcreteToAbstract.hs2207 fromMaybe [] . Map.lookup x . nsModules . thingsInScope [PublicNS, PrivateNS] <$> getCurrentScope