<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Pattern matching - Page 14 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=pattern_matching&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=pattern_matching&amp;p=15">3.Next</a>
</p>

<p>; Pattern<br/>
: Syntax describing expected structure in the scrutinee, plus specification of portions of the scrutinee to extract (bindings) or ignore (wildcards). Pattern languages can be rich; see below for terminology denoting specific kinds of pattern.</p>

<p>; Scrutinee<br/>
: The value to be examined and matched against a pattern. In most cases, this will be a data structure of some kind, with type <a href="page.php?w=Duality_%28mathematics%29">dual to</a> the pattern being applied. Also known as the <b>subject value</b> or <b>discriminant</b>.</p><p>
<a accesskey="1" href="page.php?w=pattern_matching&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=pattern_matching&amp;p=15">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
