Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs3013 eImportPath :: Lens' [C.TopLevelModuleName] TCEnv
3014 eImportPath f e = f (envImportPath e) <&> \ x -> e { envImportPath = x } function