fix: typo in trace class name
This commit is contained in:
parent
e6b3202df3
commit
1f61633da7
1 changed files with 1 additions and 1 deletions
|
|
@ -1811,7 +1811,7 @@ partial def isExprDefEqAuxImpl (t : Expr) (s : Expr) : MetaM Bool := withIncRecD
|
|||
builtin_initialize
|
||||
registerTraceClass `Meta.isDefEq
|
||||
registerTraceClass `Meta.isDefEq.stuck
|
||||
registerTraceClass `Meta.isDefEq.stuck.mvar (inherited := true)
|
||||
registerTraceClass `Meta.isDefEq.stuckMVar (inherited := true)
|
||||
registerTraceClass `Meta.isDefEq.cache
|
||||
registerTraceClass `Meta.isDefEq.foApprox (inherited := true)
|
||||
registerTraceClass `Meta.isDefEq.onFailure (inherited := true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue