Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DCaching.hs114 Just lfc | (entry : entries) <- lfcCached lfc -> do
115 putCache $ Just lfc{lfcCached = entries}
125 modifyCache $ fmap $ \lfc -> lfc{lfcCached = []}
150 lfc{lfcCached = reverse (lfcCurrent lfc), lfcCurrent = []}
H A DBase.hs316 { lfcCached :: !CachedTypeCheckLog function