Function fungi_lang::dynamics::close_val

source ·
pub fn close_val(env: &EnvRec, v: &Val) -> RtVal
Expand description

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.