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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.107.133.101 with SMTP id h98mr14606775iod.51.1523108259057; Sat, 07 Apr 2018 06:37:39 -0700 (PDT) X-Received: by 2002:a9d:3286:: with SMTP id u6-v6mr273838otb.13.1523108258919; Sat, 07 Apr 2018 06:37:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u184-v6no726384ita.0!news-out.google.com!u64-v6ni1067itb.0!nntp.google.com!k65-v6no718033ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 7 Apr 2018 06:37:38 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.245.160.180; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.245.160.180 References: <3c392f24-5b12-4290-9ec6-2dc986bb6530@googlegroups.com> <508bf6b5-ecb8-4633-a418-2b11d59054b1@googlegroups.com> <65f6c069-3534-47ce-8a49-806852e133f8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <53b97190-bc53-4d84-b38c-ed7edbd673a2@googlegroups.com> Subject: Re: Standard."-" provided to "with function "-" (VAL1 : in VALUE_TYPE) return VALUE_TYPE is <>;" refused: From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Sat, 07 Apr 2018 13:37:39 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2222 X-Received-Body-CRC: 2226227894 Xref: reader02.eternal-september.org comp.lang.ada:51380 Date: 2018-04-07T06:37:38-07:00 List-Id: The most logical I could come with is: "g_expressions"(the calculator) is a tool, hence it should be instantiated by spreadsheet.g_Formula_cells, which is the main program/library. The spreadsheet is the main library so its generic Spreadsheet.g_formula_ cells shall be provided a g_numeric_signature, which it will use to instantiate g_expressions. The problem, is that the son of g_expressions, call it B, depends on "spreadsheets" to define a new syntax including spreadsheet coordinates. And like I said I can "limited with" nothing, since all packages are generics. I hope the explanation was clear. What would you come up with ?