comp.lang.ada
 help / color / mirror / Atom feed
From: alex@MIMSY.CS.UMD.EDU  (Alex Blakemore)
Subject: Re: Isomorphic variant question
Date: 22 Jan 93 01:00:47 GMT	[thread overview]
Message-ID: <63594@mimsy.umd.edu> (raw)

In article <C16FuD.E5L@dale.cts.com> jhb@dale.cts.com (John Bollenbacher) write
s:
> So far so good.  My recurring problem arises when I have a code fragment
> which is responsible for building such a piece of mail which does not need
> to distinguish between these isomorphich variants

   procedure POST(KIND : SHAPES) is
   begin
     case KIND is
       when CIRCLE | SQUARE =>
         SEND((KIND   => KIND,
               CENTER => CENTER_OF_OBJECT,
               RADIUS => RADIUS_OF_OBJECT));              




-- 
---------------------------------------------------
Alex Blakemore alex@cs.umd.edu   NeXT mail accepted

             reply	other threads:[~1993-01-22  1:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-01-22  1:00 Alex Blakemore [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-01-20 23:56 Isomorphic variant question John Bollenbacher
1993-01-15 20:38 John Bollenbacher
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox