add second term expansion to capture the addition of hook predicates to the expansion process in loader.pl, loader.rs

This commit is contained in:
Mark Thom
2021-02-17 15:39:52 -07:00
parent 7670b81633
commit 396c589743
7 changed files with 120 additions and 14 deletions

View File

@@ -446,6 +446,8 @@ pub enum REPLCodePtr {
Asserta,
Assertz,
Retract,
IsConsistentWithTermQueue,
FlushTermQueue,
}
#[derive(Debug, Clone, PartialEq)]