//package vitry.runtime.struct; // ///** // * A possibly non-evaluated object. // */ //public interface Thunk //{ // /** // * Whether this thunk has been evaluated. // */ // boolean isDone(); //}