File: ValueProc.i3 Last Modified On Tue Oct 27 12:39:44 PST 1992 by owicki
INTERFACEValueProc ; IMPORT Type, Value; PROCEDURE ToText(v: Value.T; type: Type.T): TEXT;
Return a textual representation of the value v of type T. The text will be suitable for inclusion in program source in a context where T is defined.
END ValueProc.