Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

is_pexists

pairSyntax.is_pexists : (term -> bool)

Tests a term to see if it as a paired existential quantification.

is_pexists "?pair. t" returns true. If the term is not a paired existential quantification the result is false.

Failure

Never fails.

See also

boolSyntax.is_exists, pairSyntax.dest_pexists