add functional notation for operators.

This commit is contained in:
Mark Thom
2018-04-16 22:00:30 -06:00
parent 54b17a6782
commit c02c88b6f0
2 changed files with 2 additions and 1 deletions

View File

@@ -679,6 +679,7 @@ pub fn compile_listing(wam: &mut Machine, src_str: &str) -> EvalSession
.or_insert(CodeIndex::default());
index.0.set(IndexPtr::Index(p));
index.1 = module_name;
}
decl_info.label_clauses(p, &mut code_dir, &mut decl_code);