chore: remove unnecessary commands
This commit is contained in:
parent
984257af29
commit
923bd321ef
1 changed files with 0 additions and 2 deletions
|
|
@ -494,8 +494,6 @@ fun stx => do
|
|||
e ← Term.elabTerm term none;
|
||||
Term.synthesizeSyntheticMVars false;
|
||||
type ← Term.inferType stx.val e;
|
||||
e ← Term.instantiateMVars stx.val e;
|
||||
type ← Term.instantiateMVars stx.val type;
|
||||
logInfo stx.val (e ++ " : " ++ type);
|
||||
pure ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue