chore: use new tracing kind
This commit is contained in:
parent
439123e2e7
commit
c159432fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ partial def isLevelDefEqAux : Level → Level → MetaM Bool
|
|||
if lhs == rhs then
|
||||
pure true
|
||||
else do
|
||||
trace! `type_context.level_is_def_eq (lhs ++ " =?= " ++ rhs);
|
||||
trace! `Meta.isLevelDefEq.step (lhs ++ " =?= " ++ rhs);
|
||||
lhs' ← instantiateLevelMVars lhs;
|
||||
let lhs' := lhs'.normalize;
|
||||
rhs' ← instantiateLevelMVars rhs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue