(* Copyright (C) 1990, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) INTERFACE M3AST_AS_RANGE_EXP; IMPORT M3AST_AS; TYPE T = M3AST_AS.RANGE_EXP; END M3AST_AS_RANGE_EXP.