pub fn pretty_value_letting_declaration(
symbol_table: &SymbolTable,
name: &Name,
) -> Option<String>
Expand description
Pretty prints, in essence syntax, the declaration for the given value letting.
E.g.
letting A be 1+2+3
Returns None if the symbol is not in the symbol table, or if it is not a value letting.