INTERFACE M3AST_AS_Init; IMPORT AST, M3AST_AS_F; PROCEDURE Exp_used_id(n: M3AST_AS_F.Exp_used_id): AST.NODE RAISES {}; END M3AST_AS_Init.