--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Sat Jun  5 22:04:00 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA18702; Sat, 5 Jun 1993 22:04:00 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 8119; Sat, 05 Jun 93 22:04:38 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.2675.Jun.05.22:04:37.-0400>
--*           for asbugs@watson; Sat, 05 Jun 93 22:04:38 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Sat, 05 Jun 93 22:04:36 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <14650-0@bernina.ethz.ch>; Sun, 6 Jun 1993 04:04:30 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA01659; Sun, 6 Jun 93 04:04:24 +0200
--* Date: Sun, 6 Jun 93 04:04:22 +0200
--* Message-Id: <9306060204.AA21656@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA21656; Sun, 6 Jun 93 04:04:22 +0200
--* To: asbugs@watson.ibm.com
--* Subject: Re: anonymous types, and local types
--* In-Reply-To: Mail from 'Philip Santas <santas@inf.ethz.ch>'
--*       dated: Sun, 6 Jun 93 03:58:37 +0200
--* Cc: bronstein

--@ Fixed  by:  SSD   Wed Dec 08 11:40:07 1993 
--@ Tested by:  none 
--@ Summary:    See bug311. 



Ops sorry,
I get a compile time error, but not exactly that what I posted
before:

----------------anonymous1.as---------------------

#include "aslib.as"
SI ==> SingleInteger
import SI
-- print(op1$(with (op1:SI) add (op1:SI==3)))()
print(op1$(local Type1: with (op1:SI) == add (op1:SI==3)))()

---------------errors--------------------
print(op1$(local Type1: with (op1:SI) == add (op1:SI==3)))()
......^
[L6 C7] (Error) The expression has 0 possible meanings.

----------------------------------------

The error is with op1

Philip

 
