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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Record operations (Algebraic Data Types and printing) Date: Thu, 11 Oct 2018 16:35:47 -0500 Organization: JSA Research & Innovation Message-ID: References: <0f5608ef-0038-491c-b15f-f67bcc76fae8@googlegroups.com> <00285ebf-6ede-44da-848f-456930dc7475@googlegroups.com> <3620199a-f025-4099-83ad-a1e5042dc6c0@googlegroups.com> <8903c94f-efc7-4a2c-9513-ee17890b49d2@googlegroups.com> Injection-Date: Thu, 11 Oct 2018 21:35:49 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="18602"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader02.eternal-september.org comp.lang.ada:54546 Date: 2018-10-11T16:35:47-05:00 List-Id: "Dmitry A. Kazakov" wrote in message news:ppk92s$4ht$1@gioia.aioe.org... > On 2018-10-10 00:20, Randy Brukardt wrote: >> "Lucretia" wrote in message >> news:fb2af9cb-5317-4f1c-867c-8876212d303b@googlegroups.com... >> What package? We're talking about (in part) the default representation >> for a >> type. > > What have T'Image and T'Value to do with the type representation? Sorry about the sloppy language, I was referring to the default Image string representation for a type. The proposal for 'Image defines such a representation for all types (for a task, it is the task id and discriminants, for instance). It's not clear how to define 'Value usefully for such a representation (most likely it would not be). In any case, it is a non-trivial problem, substantially harder than the matching problem for 'Image. Randy.