chore: register `Elab.struct trace class
This commit is contained in:
parent
3d166f6400
commit
7a964ecbea
1 changed files with 4 additions and 0 deletions
|
|
@ -787,6 +787,10 @@ fun stx expectedType? => do
|
|||
| some _, _ => throwError stx ("invalid {...} notation, explicit source is required when using '[<index>] := <value>'")
|
||||
| _, _ => elabStructInstAux stx expectedType? sourceView
|
||||
|
||||
@[init] private def regTraceClasses : IO Unit := do
|
||||
registerTraceClass `Elab.struct;
|
||||
pure ()
|
||||
|
||||
end StructInst
|
||||
end Term
|
||||
end Elab
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue