chore: typo

This commit is contained in:
Leonardo de Moura 2019-11-16 12:28:52 -08:00
parent 587e4f199b
commit c40aed1628

View file

@ -158,7 +158,7 @@ inductive Expr
| lit : Literal → Data → Expr -- literals
| mdata : MData → Expr → Data → Expr -- metadata
| proj : Name → Nat → Expr → Data → Expr -- projection
-- IMPORTANT: the following constructor will be delete
-- IMPORTANT: the following constructor will be deleted
| localE : Name → Name → Expr → Data → Expr -- Lean2 legacy. TODO: delete
namespace Expr