fix: checkpoint
This commit is contained in:
parent
9fdb7429d4
commit
92382ea47b
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ private def findCache? (cacheRef : IO.Ref Cache) (mvarId : MVarId) (stx : Syntax
|
|||
let mvarId ← getMainGoal
|
||||
match (← findCache? cacheRef mvarId stx[1]) with
|
||||
| some s =>
|
||||
cacheRef.modify fun { pre, post } => { pre, post := post.insert mvarId s }
|
||||
set s.core
|
||||
set s.meta
|
||||
set s.term
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue