dest_imp_only : term -> term * term
STRUCTURE
SYNOPSIS
Breaks an implication into antecedent and consequent.
DESCRIPTION
If M is a term with the form t1 ==> t2, then dest_imp_only M returns (t1,t2).
FAILURE
Fails if M is not an implication.
SEEALSO
HOL  Kananaskis-13