fix(library/compiler/specialize): typo
This commit is contained in:
parent
f29d886c29
commit
f80ea590ba
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ environment update_spec_info(environment const & env, comp_decls const & ds) {
|
|||
info.second.push_back(spec_arg_kind::FixedHO);
|
||||
}
|
||||
} else {
|
||||
info.second.push_back(spec_arg_kind::FixedNeutral);
|
||||
info.second.push_back(spec_arg_kind::Fixed);
|
||||
}
|
||||
}
|
||||
code = binding_body(code);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue