interface IVStack { void push aka call(VStack.Computable f); void tailCall(VStack.Computable f); void _return(O value default null); O subResult(); }