pub unsafe extern "C" fn mk_boolean(
tm: *mut TermManager,
val: bool,
) -> TermExpand description
Create a Boolean constant. @param tm The term manager instance. @return The Boolean constant. @param val The value of the constant.
pub unsafe extern "C" fn mk_boolean(
tm: *mut TermManager,
val: bool,
) -> TermCreate a Boolean constant. @param tm The term manager instance. @return The Boolean constant. @param val The value of the constant.