Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Scope/
H A DBase.hs642 mapScope_ :: (NamesInScope -> NamesInScope ) ->
646 mapScope_ fd fm fs = mapScope (const fd) (const fm) (const fs) function
715 filterScope pd pm = recomputeInScopeSets . mapScope_ (Map.filterKeys pd) (Map.filterKeys pm) id
902 rename rho = mapScope_ (updateFxs .
936 renameCanonicalNames renD renM = mapScope_ renameD renameM (Set.map newName)
971 disallowGeneralizedVars = mapScope_ ((fmap . map) disallow) id id
979 inScopeBecause f = mapScope_ mapName mapMod id
H A DMonad.hs540 stripNoNames = modifyScopes $ Map.map $ mapScope_ stripN stripN id