Skip to main content

mk_empty_bag

Function mk_empty_bag 

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

Create a constant representing an empty bag of the given sort. @param tm The term manager instance. @param sort The sort of the bag elements. @return The empty bag constant.