feat(kernel/expr): make sure semantic attachments are smaller than other kinds of expression
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
abfeacb8f0
commit
217e56ea03
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ The main API is divided in the following sections
|
|||
- Miscellaneous
|
||||
======================================= */
|
||||
class expr;
|
||||
enum class expr_kind { Var, Constant, Value, App, Lambda, Pi, Type, Let, MetaVar };
|
||||
enum class expr_kind { Value, Var, Constant, App, Lambda, Pi, Type, Let, MetaVar };
|
||||
class local_entry;
|
||||
/**
|
||||
\brief A metavariable local context is just a list of local_entries.
|
||||
|
|
Loading…
Reference in a new issue