Struct timi::machine::MachineOptions [] [src]

pub struct MachineOptions {
    pub update_heap_on_sc_eval: bool,
}

Options used to configure the machine

Fields

controls whether a function application node should be rewritten with the final value after evaluation.

Enable this to see the use of Indirection nodes.

Trait Implementations

impl Clone for MachineOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more