INTERFACE AstToVal; IMPORT AstToType, Value, M3AST_AS; PROCEDURE ProcessExp(h: AstToType.Handle; exp: M3AST_AS.EXP): Value.T; END AstToVal.