Skip to main content

modes_proof_component_to_string

Function modes_proof_component_to_string 

Source
pub unsafe extern "C" fn modes_proof_component_to_string(
    pc: ProofComponent,
) -> *const c_char
Expand description

Get a string representation of a Cvc5ProofComponent. @param pc The proof component. @return The string representation.