From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aa7b0448abeecbba X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: How to print Task_ID type? (GNAT SunOS) Date: 1996/04/06 Message-ID: #1/1 X-Deja-AN: 146087683 references: <316308F0.6375@ee.ubc.ca> <31642F61.1D2B@ee.ubc.ca> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-06T00:00:00+00:00 List-Id: iKeith said: "How does Address_To_Access_Conversions help in this case? It only lets you convert between System.Addess and an access type declared in Address_To_Access_Conversions; it doesn't provide operations on arbitrary user-declared access types." I agree this is a nuisance, which is why I prefer to avoid using this, but what one would have to do is to replace all declarations of access types that one wanted to print by instantiations of this package, and then rename the access type from inside the pacage.