Copyright (C) 1994, Digital Equipment Corp. INTERFACEATracedAlg ; IMPORT Algorithm;
TracedAlg.T
is an Algorithm.T
subclass that is useful for
debugging. It outputs to stdout each time that one of its methods
is invoked.
TYPE T <: Algorithm.T; END TracedAlg.