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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:4151:: with SMTP id e17mr14926454qtm.234.1579405056628; Sat, 18 Jan 2020 19:37:36 -0800 (PST) X-Received: by 2002:a9d:7d09:: with SMTP id v9mr12130950otn.338.1579405056189; Sat, 18 Jan 2020 19:37:36 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no11374560qtd.0!news-out.google.com!o19ni148qtr.1!nntp.google.com!g89no11374550qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 18 Jan 2020 19:37:35 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=47.136.24.151; posting-account=o_Y23woAAACPYGlDsFV1OivhygPNSoRn NNTP-Posting-Host: 47.136.24.151 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <80e52040-f628-4689-9be8-4e63a6de8d48@googlegroups.com> Subject: Re: Creating several types from a base type and conversion From: Ken Roberts Injection-Date: Sun, 19 Jan 2020 03:37:36 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57893 Date: 2020-01-18T19:37:35-08:00 List-Id: If anyone is interested - here's the gitlab link for what I'm working on https://gitlab.com/ada5/usq20/ Mainly has the documentation I've been looking at and some markdown files I've added. NOTE: it does not include playground/ directory where previous code examples reside since that's my personal playground to test Ada concepts. Also - some of the code examples that might be in the src/ directory I know do not work at this time - still playing.