From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 14 Jan 92 20:56:56 GMT From: tarpit!cs.ucf.edu!csa@uunet.uu.net (Carolyn Anderson) Subject: Need Ada question answered Message-ID: <1992Jan14.205656.3388@cs.ucf.edu> List-Id: I have an Ada question and I don't know anyone around here that can help. It invloves visibility and qualifying operators with dot notation. Here is the situation: I have a data type defined in a package. I have given the main routine visibility of the type with a WITH statement and qualified my variable declarations with dot notation. Now, I want to test two quantities of this data type for equality. How do I give the main routine visibility to the equality operator without the use of a USE clause? Thanks in advance. Carolyn Anderson csa@engr.ucf.edu