mech_interpreter::expressions

Function term

Source
pub fn term(
    trm: &Term,
    plan: Plan,
    symbols: SymbolTableRef,
    functions: FunctionsRef,
) -> MResult<Value>