[][src]Function z3_sys::Z3_mk_uninterpreted_sort

pub unsafe extern "C" fn Z3_mk_uninterpreted_sort(
    c: Z3_context,
    s: Z3_symbol
) -> Z3_sort

Create a free (uninterpreted) type using the given name (symbol).

Two free types are considered the same iff the have the same name.