is_pselect
pairSyntax.is_pselect : (term -> bool)
Tests a term to see if it is a paired choice-term.
is_select "@pair. t" returns true. If the term is not a paired choice-term the result is false.
is_select "@pair. t"
true
false
Never fails.
boolSyntax.is_select, pairSyntax.dest_pselect
boolSyntax.is_select
pairSyntax.dest_pselect