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.1 required=5.0 tests=BAYES_05,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 146f09,8c9732d239f0f900,start X-Google-Attributes: gid146f09,public X-Google-Thread: 103376,2d0a25a73025910f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-09 09:02:41 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!udel!news.mathworks.com!uunet!portal.austin.ibm.com!bocanews.bocaraton.ibm.com!watnews.watson.ibm.com!ncohen From: ncohen@watson.ibm.com (Norman H. Cohen) Newsgroups: comp.lang.ada,alt.adumbration Subject: Adumbrated (was: Summarise) Date: 9 Feb 1995 17:02:41 GMT Organization: IBM T.J. Watson Research Center Distribution: world Message-ID: <3hdhrh$12km@watnews1.watson.ibm.com> References: <1995Feb1.204503.1378@cs.tcd.ie> <3guv7j$l7t@gnat.cs.nyu.edu> <1995Feb6.153045.4445@sei.cmu.edu> <3h8jh6$2i3@gnat.cs.nyu.edu> Reply-To: ncohen@watson.ibm.com NNTP-Posting-Host: rios8.watson.ibm.com Date: 1995-02-09T17:02:41+00:00 List-Id: In article <3h8jh6$2i3@gnat.cs.nyu.edu>, dewar@cs.nyu.edu (Robert Dewar) writes: |> I guess brother Firth would have felt at home with N. Birkett who wrote |> in 1953 (Magic of Words, a pleasant reference): "When I hear of...things |> being adjumbreated, or visualized, or finalized..I think of the other aim |> of this [English] Association, 'To uphold the standards of English writing |> or speech'" According to the online OED here, the word is "adumbrated", not "adjumbreated". I guess one part of Robert's brain was thinking of "adjusted, or initialized, or finalized" while another part was trying to type "adumbrated, or visualized, or finalized". OED gices the following meanings for "adumbrate": 1. To shade (a picture), to represent with due light and shade so as to complete what has been sketched or delineated. 2. To represent the shadow of (anything), to draw or figure in outline; to outline; to sketch; to give faint indication of. 3. To represent a substrance by its 'shadow' or emblem; to shadow forth, to typify; hence, to foreshadow, prefigure, as 'coming events cast their shadows before.' 4. To overshadow; to shade, obscure. Another online dictionary that identifies itself only as "Webster's Seventh" (not to be confused with Beethoven's Fifth) gives the following definitions: 1. to foreshadow vaguely: INTIMATE 2a. to give a sketchy representation or outline of 2b. to suggest or disclose partially 3. SHADE, OBSCURE During the Ada 9X design process, I objected to the term "abstract type" because it could be confused with the distinct notion of "abstract data type," but I was unable to come up with a satisfactory alternative. Too late, alas, I now realize that abstract types should have been called "adumbrated types", in the sense of Webster definitions 1 and 2. ;-) type T adumbrated tagged null record; procedure P(X: in out T) is adumbrated; -- Norman H. Cohen ncohen@watson.ibm.com