chore: remove old elaborator that is not needed anymore
This commit is contained in:
parent
4ddd4c4657
commit
32eabf2ef1
1 changed files with 0 additions and 3 deletions
|
|
@ -662,9 +662,6 @@ fun stx expectedType? => match_syntax stx with
|
|||
@[builtinTermElab choice] def elabChoice : TermElab := elabAtom
|
||||
@[builtinTermElab proj] def elabProj : TermElab := elabAtom
|
||||
@[builtinTermElab arrayRef] def elabArrayRef : TermElab := elabAtom
|
||||
/- A raw identiier is not a valid term,
|
||||
but it is nice to have a handler for them because it allows `macros` to insert them into terms. -/
|
||||
@[builtinTermElab ident] def elabRawIdent : TermElab := elabAtom
|
||||
|
||||
@[init] private def regTraceClasses : IO Unit := do
|
||||
registerTraceClass `Elab.app;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue