IPError.mesa
Last edited by:
Doug Wyatt, March 3, 1984 8:47:09 pm PST
DIRECTORY
IP USING [State];
IPError: CEDAR DEFINITIONS
~ BEGIN OPEN IP;
CallWithState: PROC[self: State, inner: PROC];
END.