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,353ec4aa58e82326 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: String to Integer conversion? Date: 1998/08/04 Message-ID: #1/1 X-Deja-AN: 377757845 Sender: matt@mheaney.ni.net References: <6ndi5d$uj3@gcsin3.geccs.gecm.com> NNTP-Posting-Date: Tue, 04 Aug 1998 01:09:05 PDT Newsgroups: comp.lang.ada Date: 1998-08-04T00:00:00+00:00 List-Id: dewar@merv.cs.nyu.edu (Robert Dewar) writes: > Sure, no one contests that it is often useful to do I/O on Duration values, > but that observation is not enough to justify putting a predefined package > for this purpose. It is also useful to sort integers, or do a binary > search, or or or or or ..... but we do not expect there to be predefined > packages for all possible useful things in advance Agreed, but here's another argument. My _expectation_ was that there would be a predefined instantiation for type Duration, because other types in Standard had predefined instantations. If it's natural for me to expect something to be there, then maybe it should be there. Maybe.