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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7b0188e023be40b6 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!news2.glorb.com!feeder.erje.net!newsfeed-fusi2.netcologne.de!195.14.215.230.MISMATCH!news.netcologne.de!newsfeed-hp2.netcologne.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Thu, 26 Mar 2009 16:18:48 +0100 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: SPARK Examiner -- visibility of Ada.Strings.Unbounded (and probably lots of other packages) References: <8c753bd7-3df6-418a-8cd7-342af6eadeff@g38g2000yqd.googlegroups.com> In-Reply-To: <8c753bd7-3df6-418a-8cd7-342af6eadeff@g38g2000yqd.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <49cb9cd8$0$31344$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 26 Mar 2009 16:18:48 CET NNTP-Posting-Host: 7c8c22b6.newsspool4.arcor-online.net X-Trace: DXC=<0]FH1\:1o7TQL:hoD@>T?4IUK Ludovic Brenta schrieb: > I don't think Ada.Strings.Unbounded is part of SPARK. SPARK is a > *subset* of Ada that removes everything not statically provable. And some other things ... > By > definition, anything unbounded is not statically provable. I would > even assume that SPARK forbids the entire Ada run-time library (i.e. > package Ada and its children) but presumably provides a replacement > library (perhaps a package SPARK?) My outdated copy of the SPARK book describe a Spark I/O package. Also, package Interfaces does not pass, so if that is an important base for run-time support ...