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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ce805592e46d231,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-04 01:48:05 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!not-for-mail From: Reinert Korsnes Newsgroups: comp.lang.ada Subject: (elementary question) Test on type ? Date: Tue, 4 Sep 2001 10:41:38 +0200 Organization: UNINETT news service Message-ID: <9n24g4$17q$1@snipp.uninett.no> NNTP-Posting-Host: sthrkou.ffi.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: snipp.uninett.no 999593284 1274 193.156.99.159 (4 Sep 2001 08:48:04 GMT) X-Complaints-To: news-abuse@uninett.no User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:12673 Date: 2001-09-04T10:41:38+02:00 List-Id: Hi, is it possible in Ada to test on type ? (did not manage to find out) Assume: -- specification : generic type T is (<>); function F(X : T) return Float; --body : function F(X : T) return Float is begin if Type(X) = Integer then ?????? something... I := integer(X) ???? end; --application prog: function F1 is new F(T => Integer); reinert -- http://home.chello.no/~rkorsnes