chore: remove ToExpr Expr

This commit is contained in:
Leonardo de Moura 2021-08-14 06:16:46 -07:00
parent d8340f55a5
commit cbd36e897b

View file

@ -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