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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Record operations (Algebraic Data Types and printing) Date: Fri, 05 Oct 2018 20:41:20 +0100 Organization: A noiseless patient Spider Message-ID: References: <0f5608ef-0038-491c-b15f-f67bcc76fae8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="f107d9344093aaeb8666ffc1af2c21cd"; logging-data="9529"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18gbJ7KtCdoDVGXeHGucBoWLwqGuGEgkm8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:79N9HV3WnSK29PfqG3oFB9bUmNU= sha1:ov3Ek/RjCRak9yb47eqtGEP2cTc= Xref: reader02.eternal-september.org comp.lang.ada:54494 Date: 2018-10-05T20:41:20+01:00 List-Id: Niklas Holsti writes: > I seem to remember seeing a posting here, a few years ago, offering a > tool that would construct an Image function for a given record > type. The tool was possibly based on ASIS, and possibly not. Sadly I > did not find any links to this, but perhaps someone else has a better > memory or better search methods. Auto_Text_IO in Stephe's Ada Library[1]: might need some fixups for newer compilers/standards. [1] http://stephe-leake.org/ada/sal.html