Skip to main content

expr_to_string

Function expr_to_string 

Source
pub fn expr_to_string(e: &Expr) -> String
Expand description

Reconstructs a source-like string from an Expr.

Used to populate the display string of lambda values so that f = @(x) x.^2 shows f = @(x) x .^ 2 in the REPL.