ONCE_DEPTH_SQCONV : strategy
- SYNOPSIS
-
Applies simplification to the first suitable sub-term(s) encountered in
top-down order.
- DESCRIPTION
-
HOL Light's simplification functions (e.g. SIMP_TAC) have their traversal
algorithm controlled by a ``strategy''. ONCE_DEPTH_SQCONV is a strategy
corresponding to ONCE_DEPTH_CONV for ordinary conversions: simplification is
applied to the first suitable subterm(s) encountered in top-down order.
- FAILURE CONDITIONS
-
Not applicable.
- SEE ALSO
-
DEPTH_SQCONV, ONCE_DEPTH_CONV, REDEPTH_SQCONV, TOP_DEPTH_SQCONV,
TOP_SWEEP_SQCONV.