fix(library/init/meta/expr): order does not match C++ implementation
This commit is contained in:
parent
70d489db25
commit
882fa6e71f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue