pub fn deep_force(val: Value, heap: &mut dyn Heap) -> Result<Value, EvalError>
Recursively force a value — forces all thunks inside constructors, producing a fully-evaluated tree with no ThunkRef values.
ThunkRef