fix(library/composition_manager): typo
This commit is contained in:
parent
ca0aa4eb47
commit
8616ed096e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ pair<environment, name> compose(environment const & env, type_checker & tc, name
|
|||
} else {
|
||||
// do not expand
|
||||
expr b = mk_app(mk_constant(f, f_ls), f_domain);
|
||||
new_val_body = Fun(f_domain, mk_app(mk_app(mk_constant(g, const_levels(B)), B_args), b));
|
||||
new_val_body = mk_app(mk_app(mk_constant(g, const_levels(B)), B_args), b);
|
||||
}
|
||||
expr new_val = Fun(f_domain, new_val_body);
|
||||
expr new_type;
|
||||
|
|
Loading…
Reference in a new issue