chore: remove auxiliary definition for old frontend
This commit is contained in:
parent
0f5cb7aba6
commit
86cb5cbdfe
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue