chore: remove ToExpr Expr
This commit is contained in:
parent
d8340f55a5
commit
cbd36e897b
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@ class ToExpr (α : Type u) where
|
|||
|
||||
export ToExpr (toExpr toTypeExpr)
|
||||
|
||||
instance : ToExpr Expr where
|
||||
toExpr := id
|
||||
toTypeExpr := mkConst ``Expr
|
||||
|
||||
instance : ToExpr Nat where
|
||||
toExpr := mkNatLit
|
||||
toTypeExpr := mkConst ``Nat
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue