This commit is contained in:
Shunsuke Shibayama 2022-10-09 18:07:52 +09:00
commit befe2cf835
15 changed files with 148 additions and 59 deletions

View file

@ -2040,7 +2040,7 @@ impl CodeGenerator {
self.stack_dec();
self.emit_pop_top();
self.emit_global_import_items(
Identifier::public("prelude"),
Identifier::public("_erg_std_prelude"),
vec![(
Identifier::public("in_operator"),
Some(Identifier::private("#in_operator")),