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,d02b0db8c2d7bd81 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Representation Clauses for tagged types Date: 1998/08/28 Message-ID: #1/1 X-Deja-AN: 385535452 Sender: matt@mheaney.ni.net References: <6s129l$i82$1@emperor.ssd.ray.com> NNTP-Posting-Date: Thu, 27 Aug 1998 22:39:07 PDT Newsgroups: comp.lang.ada Date: 1998-08-28T00:00:00+00:00 List-Id: d1c@striper.ssd.ray.com (Courville) writes: > I'm trying to define a representation clause for a tagged type > and I can't find any information about specifying where the > "tag" goes. I wan't to do something like this: Here is some advice: don't bother trying to write a representation clause for a tagged type. Use the streams facility to convert your tagged-type object to an external representation, and process that.