Function fungi_lang::dynamics::close_val[][src]

pub fn close_val(env: &EnvRec, v: &Val) -> RtVal

Given a closing environment and an ast value (with zero or more variables) producing a closed, run-time value.

panics if the environment fails to close the given value's variables.