bug with definitions?
- To: mathgroup at smc.vnet.net
- Subject: [mg40373] bug with definitions?
- From: scundal at yahoo.com (Hein H)
- Date: Thu, 3 Apr 2003 01:42:46 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Why does the following code cause and exception? I thought that the left hand side of := was not evaluated. Clear[a, z]; z[x_Integer] := 2; z[x_] := Throw[11]; a[i_, iUp_?z] := 3; a[i_Integer, iUp_?z] := 5; Cheers, Hein