mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 evCache.
This commit is contained in:
parent
3331746591
commit
01598e70c9
@ -75,6 +75,7 @@ evalCache :: forall v term
|
||||
evalCache e = run @(CachingInterpreter term v) (fixCache (fix (evCache (evCollect (\ recur yield -> eval recur yield . project)))) pure e)
|
||||
|
||||
|
||||
-- | Evaluation of a single iteration of an analysis, given a 'MonadCacheIn' instance as an oracle for results and a 'MonadCacheOut' instance to record computed results in.
|
||||
evCache :: forall t v m
|
||||
. ( Ord (LocationFor v)
|
||||
, Ord t
|
||||
|
Loading…
Reference in New Issue
Block a user