m3front/src/builtinTypes/ErrType.i3


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

File: ErrType.i3 Last Modified On Mon Jul 19 14:04:48 PDT 1993 By kalsow

INTERFACE ErrType;

IMPORT Type;

VAR T: Type.T;

PROCEDURE Initialize ();

END ErrType.

interface Type is in: