correct marker bug, edit README.

This commit is contained in:
Mark Thom
2018-01-27 01:27:17 -07:00
parent 1412071ea9
commit f939a9e129
5 changed files with 28 additions and 17 deletions

View File

@@ -18,6 +18,7 @@ pub trait Allocator<'a>
fn reset(&mut self);
fn reset_contents(&mut self) {}
fn reset_arg(&mut self, usize);
fn reset_arg_at_head(&mut self, &Term);
fn advance_arg(&mut self);