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