add, implement and use the Unifier trait

This commit is contained in:
Mark Thom
2023-02-25 21:52:18 -07:00
parent 7ffb40e0ad
commit 04ba58067a
6 changed files with 850 additions and 1133 deletions

View File

@@ -21,6 +21,7 @@ pub mod stack;
pub mod streams;
pub mod system_calls;
pub mod term_stream;
pub mod unify;
use crate::arena::*;
use crate::arithmetic::*;