Logtk_proofs.LLProverA small theorem prover that checks entailment of ground formulas, with higher order terms and some theories
type form = LLTerm.Form.tval can_check : LLProof.tag list -> boolIs this set of tags accepted by the tableau prover?
val prove : form list -> form -> res * final_stateprove a b returns R_ok if a => b is a tautology.
val pp_stats : final_state CCFormat.printerval pp_dot : final_state CCFormat.printer