fix(library/equations_compiler/util): typo
This commit is contained in:
parent
7c35a25169
commit
01bbf27fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ static environment add_equation_lemma(environment const & env, options const & o
|
|||
std::tie(new_env, new_type) = abstract_rhs_nested_proofs(new_env, mctx, lctx, f_actual_name, new_type);
|
||||
}
|
||||
try {
|
||||
std::tie(new_env, r) = mk_aux_definition(new_env, mctx, lctx, new_eqn_name, new_type, new_value);
|
||||
std::tie(new_env, r) = mk_aux_lemma(new_env, mctx, lctx, new_eqn_name, new_type, new_value);
|
||||
if (is_rfl_lemma(new_type, new_value))
|
||||
new_env = mark_rfl_lemma(new_env, new_eqn_name);
|
||||
new_env = add_eqn_lemma(new_env, new_eqn_name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue