diff --git a/library/init/meta/expr.lean b/library/init/meta/expr.lean index f74ba238c2..cc7e094d77 100644 --- a/library/init/meta/expr.lean +++ b/library/init/meta/expr.lean @@ -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