term_expansion bug fixes

This commit is contained in:
Mark Thom
2018-10-07 00:43:44 -06:00
parent 59ad71fccc
commit fa1bb6df3a
3 changed files with 17 additions and 14 deletions

View File

@@ -196,7 +196,7 @@ pub type ModuleCodeDir = HashMap<PredicateKey, ModuleCodeIndex>;
pub type CodeDir = HashMap<PredicateKey, CodeIndex>;
pub type TermDir = HashMap<PredicateKey, Predicate>;
pub type TermDir = HashMap<PredicateKey, (Predicate, VecDeque<TopLevel>)>;
pub type ModuleDir = HashMap<ClauseName, Module>;