pub unsafe extern "C" fn mk_sequence_sort(
tm: *mut TermManager,
sort: Sort,
) -> SortExpand description
Create a sequence sort. @param tm The term manager instance. @param sort The sort of the sequence elements. @return The sequence sort.
pub unsafe extern "C" fn mk_sequence_sort(
tm: *mut TermManager,
sort: Sort,
) -> SortCreate a sequence sort. @param tm The term manager instance. @param sort The sort of the sequence elements. @return The sequence sort.