Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!pdn!oz!alan From: alan@oz.nm.paradyne.com (Alan Lovejoy) Newsgroups: comp.lang.modula2 Subject: Re: Re^2: Error in PD Modula-2 compiler? Or just in my brain? Message-ID: <6188@pdn.paradyne.com> Date: 14 Jun 89 14:34:09 GMT References: <340@actisb.UUCP> <1090@gmdzi.UUCP> <1231@infbs.UUCP> <1130@eiger.iis.UUCP> Sender: news@pdn.paradyne.com Reply-To: alan@oz.paradyne.com (Alan Lovejoy) Organization: AT&T Paradyne, Largo, Florida Lines: 55 In article <1130@eiger.iis.UUCP> heiser@iis.ethz.ch (Gernot Heiser) writes: 1231@infbs.UUCP> neitzel@infbs.UUCP (Martin Neitzel) writes: <>kloppen@gmdzi.UUCP (Jelske Kloppenburg) writes: <>1. VAL is _not_ a "type transfer function" [pim3, 12.], but a standard <> procedure [pim3, 10.2]. Especially, VAL conversions guarantee to <> preserve the value, which may involve changes in the representation. <> Type transfers, on the other hand, do not. <> <>2. Usage of VAL doesn't require SYSTEM. (pim3: "Standard procedures are <> predefined.") <