---------------------------------------------------------------------- dest_bool_case (boolSyntax) ---------------------------------------------------------------------- dest_bool_case : term -> term * term * term SYNOPSIS Destructs a case expression over {bool}. DESCRIBE If {M} has the form {bool_case M1 M2 b}, then {dest_bool_case M} returns {M1,M2,b}. FAILURE Fails if {M} is not a full application of the {bool_case} constant. SEEALSO boolSyntax.mk_bool_case, boolSyntax.is_bool_case. ----------------------------------------------------------------------