is_pforallpairSyntax.is_pforall : (term -> bool)
Tests a term to see if it is a paired universal quantification.
is_pforall "!pair. t" returns true. If the
term is not a paired universal quantification the result is
false.
Never fails.
boolSyntax.is_forall,
pairSyntax.dest_pforall