INTERFACE M3Env; (* Copyright (C) 1991, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* Location of standard (default) repositories *) PROCEDURE Std_Interface_Rep(): TEXT RAISES {}; (* Interfaces *) PROCEDURE Std_Library_Rep(): TEXT RAISES {}; (* Libraries *) END M3Env.