(* Copyright (C) 1991, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) MODULE AST_DisplayRep; PROCEDURE Null(n: NODE; handle: Handle) RAISES {}= BEGIN END Null; BEGIN END AST_DisplayRep.