Skip to main content

format_term

Function format_term 

Source
pub fn format_term(m: &Machine, w: Word, out: &mut String)
Expand description

v1’s format_term rendering: plain functional notation (no infix), atoms unquoted, vars _<idx>, lists [a, b|T]. This is the byte contract for error messages (“Runtime error: error(…)”).