/// use budvm::{VirtualMachine, Function, Instruction, Value, ValueOrSource, Destination, Symbol};
fn resolve_value_source_mut(&mut self, value: Destination) -> Result<&mut Value, FaultKind> {
pub fn type_mismatch(message: impl Into<String>, expected: ValueKind, received: Value) -> Self {
pub fn display_indented<'a>(&'a self, indentation: &'a str) -> CodeBlockDisplay<'a, Intrinsic> {