package stepwise; public interface Coroutine { Report nextStep(); }