mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
🔥 a type annotation.
This commit is contained in:
parent
9a3e0fe607
commit
66ea2f0c3e
@ -72,7 +72,7 @@ instance ( Corecursive term
|
||||
c <- getConfiguration (embedSubterm e)
|
||||
-- Convergence here is predicated upon an Eq instance, not α-equivalence
|
||||
cache <- converge (\ prevCache -> do
|
||||
putCache (mempty :: CacheFor term value)
|
||||
putCache mempty
|
||||
putStore (configurationStore c)
|
||||
-- We need to reset fresh generation so that this invocation converges.
|
||||
reset 0
|
||||
|
Loading…
Reference in New Issue
Block a user