INTERFACE M3Query; (* Copyright (C) 1991, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) IMPORT M3Context; PROCEDURE Context(c: M3Context.T; expr: TEXT) RAISES {}; (* query the context 'c' using the search expression 'expr' *) END M3Query.