chore: use new tracing kind

This commit is contained in:
Leonardo de Moura 2019-11-21 16:09:11 -08:00
parent 439123e2e7
commit c159432fcb

View file

@ -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;