DEPTH_STRENGTHEN_CONSEQ_CONV : conseq_conv -> conseq_conv
STRUCTURE
SYNOPSIS
Applies a consequence conversion repeatedly to all the sub-terms of a term, in bottom-up order.
DESCRIPTION
DEPTH_STRENGTHEN_CONSEQ_CONV c is defined as DEPTH_CONSEQ_CONV (K c) CONSEQ_CONV_STRENGTHEN_direction. So, its just a slightly simplified interface to DEPTH_CONSEQ_CONV, that tries to strengthen all the time and that does not require the conversion to know about directions.
SEEALSO
HOL  Kananaskis-14