is_bool_case
boolSyntax.is_bool_case : term -> bool
Tests a case expression over bool.
bool
If M has the form bool_case M1 M2 b, then is_bool_case M returns true. Otherwise, it returns false.
M
bool_case M1 M2 b
is_bool_case M
true
false
Never fails.
boolSyntax.mk_bool_case, boolSyntax.dest_bool_case
boolSyntax.mk_bool_case
boolSyntax.dest_bool_case