Bug in Pattern Matching with Condition?
- To: mathgroup at smc.vnet.net
- Subject: [mg97137] Bug in Pattern Matching with Condition?
- From: cesar <caguerra at gmail.com>
- Date: Fri, 6 Mar 2009 04:24:52 -0500 (EST)
Hi Mathematica group, do you get any idea of why the following sentences don't give true? MatchQ[Condition[a, b], Condition[_,_]] MatchQ[Condition[a, b], Condition[__]] MatchQ[Condition[a, b], HoldPattern[Condition[__]]] Is this a bug? Cheers, Cesar