do not retain attributes in solutions of findall (#3020)
This commit is contained in:
@@ -925,7 +925,7 @@ impl MachineState {
|
||||
&mut self.lifted_heap,
|
||||
);
|
||||
|
||||
let pstr_boundary = copy_term(copy_ball_term, copy_target, AttrVarPolicy::DeepCopy)?;
|
||||
let pstr_boundary = copy_term(copy_ball_term, copy_target, AttrVarPolicy::StripAttributes)?;
|
||||
|
||||
Ok(FindallCopyInfo {
|
||||
offset: threshold + lh_offset + 2,
|
||||
|
||||
Reference in New Issue
Block a user