Skip to main content

mk_nullable_null

Function mk_nullable_null 

Source
pub unsafe extern "C" fn mk_nullable_null(
    tm: *mut TermManager,
    sort: Sort,
) -> Term
Expand description

Create a constant representing an null of the given sort. @param tm The term manager instance. @param sort The sort of the Nullable element. @return The null constant.