support module resolution in current_predicate/1 (#1817)
This commit is contained in:
@@ -227,7 +227,6 @@ impl CodeIndex {
|
||||
}
|
||||
|
||||
pub(crate) type HeapVarDict = IndexMap<VarPtr, HeapCellValue, FxBuildHasher>;
|
||||
// pub(crate) type AllocVarDict = IndexMap<Var, VarAlloc, FxBuildHasher>;
|
||||
|
||||
pub(crate) type GlobalVarDir = IndexMap<Atom, (Ball, Option<HeapCellValue>), FxBuildHasher>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user