Function fungi_lang::eval::close_val [] [src]

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

Given a closing environment and an Tgt-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.