Skip to main content

mk_uninterpreted_sort

Function mk_uninterpreted_sort 

Source
pub unsafe extern "C" fn mk_uninterpreted_sort(
    tm: *mut TermManager,
    symbol: *const c_char,
) -> Sort
Expand description

Create an uninterpreted sort. @param tm The term manager instance. @param symbol The name of the sort, may be NULL. @return The uninterpreted sort.