is_imp_only : term -> bool
STRUCTURE
SYNOPSIS
Tests a term to see if it is an implication.
DESCRIPTION
If M has the form t1 ==> t2 then is_imp_only M returns true. If the term is not an implication, the result is false.
FAILURE
Never fails.
SEEALSO
HOL  Kananaskis-14