refactor(kernel/environment): intro_rule ==> constructor
Lean is a programming language
This commit is contained in:
parent
909284dd74
commit
8ff6ac9e0f
1 changed files with 2 additions and 2 deletions
|
|
@ -100,12 +100,12 @@ public:
|
|||
bool is_descendant(environment_id const & id) const;
|
||||
};
|
||||
|
||||
typedef expr intro_rule;
|
||||
typedef expr constructor;
|
||||
|
||||
struct inductive_decl {
|
||||
name m_name;
|
||||
expr m_type;
|
||||
list<intro_rule> m_intro_rules;
|
||||
list<constructor> m_constructors;
|
||||
};
|
||||
|
||||
struct inductive_decls {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue