pub unsafe extern "C" fn vampire_iff(
lhs: *mut vampire_formula_t,
rhs: *mut vampire_formula_t,
) -> *mut vampire_formula_tExpand description
Create an equivalence (f1 <=> f2). @param lhs Left-hand side @param rhs Right-hand side @return Formula handle