Function z3_sys::Z3_mk_bool_sort

source ·
pub unsafe extern "C" fn Z3_mk_bool_sort(c: Z3_context) -> Z3_sort
Expand description

Create the Boolean type.

This type is used to create propositional variables and predicates.