chore: remove auxiliary definition for old frontend

This commit is contained in:
Leonardo de Moura 2020-10-28 09:46:38 -07:00
parent 0f5cb7aba6
commit 86cb5cbdfe

View file

@ -41,10 +41,6 @@ theorems generated by the equation Compiler.
/-- Auxiliary Declaration used to implement the notation (a : α) -/
@[reducible] def typedExpr (α : Sort u) (a : α) : α := a
/- `idRhs` is an auxiliary Declaration used in the equation Compiler to address performance
issues when proving equational theorems. The equation Compiler uses it as a marker. -/
@[macroInline, reducible] def idRhs (α : Sort u) (a : α) : α := a
/-- Auxiliary Declaration used to implement the named patterns `x@p` -/
@[reducible] def namedPattern {α : Sort u} (x a : α) : α := a