<<>> <> <> <> <<>> <<>> DIRECTORY IO USING [STREAM], PatternMatch USING [MatchProc]; SimMatch: CEDAR DEFINITIONS ~ BEGIN Similar: PatternMatch.MatchProc; Tokenize: PROC [text: IO.STREAM] RETURNS [tokens: IO.STREAM]; <> END.