Skip to main content

render_vm

Function render_vm 

Source
pub fn render_vm(v: &VMValue, interner: &Interner) -> Result<String, String>
Expand description

Render a VMValue to the normalized differential form.

§Errors

  • A thunk that survived VM::execute’s deep-force. Deliberately an error and not a placeholder: see the module docs.
  • An interner that resolves two distinct symbols to the same name, which would otherwise silently drop an attribute during the sort.