Skip to main content

proof_rule_to_string

Function proof_rule_to_string 

Source
pub unsafe extern "C" fn proof_rule_to_string(
    rule: ProofRule,
) -> *const c_char
Expand description

Get a string representation of a Cvc5ProofRule. @param rule The proof rule. @return The string representation.