fix: zero arg functions were being compiled without the trace messages
Now traces are added before evaluating
This commit is contained in:
parent
4b04517aba
commit
825e65d7a3
|
@ -3968,7 +3968,7 @@ impl<'a> CodeGenerator<'a> {
|
|||
|
||||
let mut program: Program<Name> = Program {
|
||||
version: (1, 0, 0),
|
||||
term,
|
||||
term: self.special_functions.apply_used_functions(term),
|
||||
};
|
||||
|
||||
let mut interner = Interner::new();
|
||||
|
|
Loading…
Reference in New Issue