use Deutsch-Schorr-Waite to implement acyclic_term/1 (#2128)

This commit is contained in:
Mark
2023-10-21 21:37:27 -06:00
parent bf46c4b5c1
commit 6a913bc4cc
7 changed files with 438 additions and 120 deletions

View File

@@ -6,6 +6,7 @@ pub mod code_walker;
pub mod loader;
pub mod compile;
pub mod copier;
pub mod cycle_detection;
pub mod disjuncts;
pub mod dispatch;
pub mod gc;