delayed rule evaluation order
- To: mathgroup at smc.vnet.net
- Subject: [mg67967] delayed rule evaluation order
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Wed, 19 Jul 2006 05:21:08 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hold[{2, 3}] /. {{x_, y_} :> x^y}
the result is Hold[Power[2,3]]
I would like the result to be Hold[8]
The original context is post-processing of a large Trace output (via
SetPrecision to get rid of digits and improve readability).
Any ideas?
--
http://chris.chiasson.name/
- Follow-Ups:
- Re: delayed rule evaluation order
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: delayed rule evaluation order
- From: "Carl K. Woll" <carlw@wolfram.com>
- Re: delayed rule evaluation order