chore: improve trace message
This commit is contained in:
parent
c14ded6984
commit
527c3c73b4
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ modify $ fun s => { syntheticMVars := [], .. s };
|
|||
-- We use `filterRevM` instead of `filterM` to make sure we process the synthetic metavariables using the order they were created.
|
||||
-- It would not be incorrect to use `filterM`.
|
||||
remainingSyntheticMVars ← syntheticMVars.filterRevM $ fun mvarDecl => do {
|
||||
trace `Elab.postpone mvarDecl.ref $ fun _ => fmt "resuming";
|
||||
trace `Elab.postpone mvarDecl.ref $ fun _ => "resuming ?" ++ mvarDecl.mvarId;
|
||||
succeeded ← synthesizeSyntheticMVar mvarDecl;
|
||||
trace `Elab.postpone mvarDecl.ref $ fun _ => if succeeded then fmt "succeeded" else fmt "not ready yet";
|
||||
pure $ !succeeded
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue