m3tk/src/ast/M3AST_AS_Init.i3


 Copyright (C) 1990, Digital Equipment Corporation           
 All rights reserved.                                        
 See the file COPYRIGHT for a full description.              

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.