fix(library/init/meta/expr): order does not match C++ implementation

This commit is contained in:
Leonardo de Moura 2018-06-14 16:12:02 -07:00
parent 70d489db25
commit 882fa6e71f

View file

@ -34,8 +34,8 @@ instance : has_repr binder_info :=
meta constant macro_def : Type
inductive literal
| str_val (val : string)
| nat_val (val : nat)
| str_val (val : string)
/-- Reflect a C++ expr object. The VM replaces it with the C++ implementation. -/
meta inductive expr