All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scm.Obj Maven / Gradle / Ivy

package scm;

                                // a generic object for the
                                // evaluator.
interface Obj
{ Obj eval(Env e) throws Exception; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy