change goal and term expansions, change call/N to use goal expansions
This commit is contained in:
@@ -45,6 +45,8 @@ impl fmt::Display for IndexPtr {
|
||||
&IndexPtr::DynamicUndefined => write!(f, "undefined"),
|
||||
&IndexPtr::Undefined => write!(f, "undefined"),
|
||||
&IndexPtr::Index(i) => write!(f, "{}", i),
|
||||
&IndexPtr::UserTermExpansion => write!(f, "user:term_expansion"),
|
||||
&IndexPtr::UserGoalExpansion => write!(f, "user:goal_expansion"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user