Module Solver.Pre_proof
Internal representation of proofs
A type or state convertible into P.t
val output : Stdlib.out_channel -> t -> unitOutput onto a channel, efficiently
val pp_debug : t Sidekick_core.Fmt.printerval pp_dot : t Sidekick_core.Fmt.printer optionOptional printer into DOT/graphviz
val check : t -> unitCheck the proof (to an unspecified level of confidence; this can be a no-op). May fail.