dest_bool_caseboolSyntax.dest_bool_case : term -> term * term * term
Destructs a case expression over bool.
If M has the form bool_case M1 M2 b, then
dest_bool_case M returns M1,M2,b.
Fails if M is not a full application of the
bool_case constant.