prepare to add project_attributes/2 and attribute_goals/2
This commit is contained in:
@@ -104,8 +104,7 @@ impl<'a> CompilationTarget<'a> for QueryInstruction {
|
||||
post_order_iter(term)
|
||||
}
|
||||
|
||||
fn to_structure(ct: ClauseType, arity: usize, r: RegType) -> Self
|
||||
{
|
||||
fn to_structure(ct: ClauseType, arity: usize, r: RegType) -> Self {
|
||||
QueryInstruction::PutStructure(ct, arity, r)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user