1 package polyglot.ext.coffer.types;2 3 import polyglot.ext.param.types.*;4 import java.util.List ;5 6 public interface CofferSubstType extends CofferClassType, SubstType {7 }8