RES_FORALL_SWAP_CONV : conv
STRUCTURE
SYNOPSIS
Changes the order of two restricted universal quantifications.
DESCRIPTION
When applied to a term of the form !x::P. !y::Q. R, the conversion RES_FORALL_SWAP_CONV returns the theorem:
   |- (!x::P. !y::Q. R) =  !y::Q. !x::P. R
providing that x does not occur free in Q and y does not occur free in P.
FAILURE
Fails if applied to a term not of the correct form.
SEEALSO
HOL  Kananaskis-13