add wam_instructions/2 to render predicate instructions as lists of functors
This commit is contained in:
@@ -5,7 +5,7 @@ use prolog::machine::machine_indices::*;
|
||||
use prolog::machine::machine_state::*;
|
||||
use prolog::rug::Integer;
|
||||
|
||||
pub(super) type MachineStub = Vec<HeapCellValue>;
|
||||
pub(crate) type MachineStub = Vec<HeapCellValue>;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
enum ErrorProvenance {
|
||||
|
||||
Reference in New Issue
Block a user