Home
last modified time | relevance | path

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

/dports/devel/stack/stack-2.7.3/src/Stack/
H A DSetup.hs352 insideL :: Lens' (WithGHC env) env
353 insideL = lens (\(WithGHC _ x) -> x) (\(WithGHC cp _) -> WithGHC cp) function
356 logFuncL = insideL.logFuncL
358 runnerL = insideL.runnerL
360 processContextL = insideL.processContextL
362 stylesUpdateL = insideL.stylesUpdateL
364 useColorL = insideL.useColorL
365 termWidthL = insideL.termWidthL
367 pantryConfigL = insideL.pantryConfigL
371 configL = insideL.configL
[all …]