support call/N
This commit is contained in:
@@ -18,7 +18,7 @@ pub trait Allocator<'a>
|
||||
fn reset(&mut self);
|
||||
fn reset_contents(&mut self) {}
|
||||
|
||||
fn advance(&mut self, GenContext, &'a Term);
|
||||
fn advance(&mut self, GenContext, QueryTermRef<'a>);
|
||||
fn advance_arg(&mut self);
|
||||
|
||||
fn bindings(&self) -> &AllocVarDict<'a>;
|
||||
|
||||
Reference in New Issue
Block a user