rtauto_plugin
Rtauto_plugin.Proof_search
btauto_plugin
cc_plugin
coq-core.clib
coq-core.config
coq-core.engine
coq-core.gramlib
coq-core.interp
coq-core.kernel
coq-core.lib
coq-core.library
coq-core.parsing
coq-core.plugins
coq-core.pretyping
coq-core.printing
coq-core.proofs
coq-core.stm
coq-core.sysinit
coq-core.tactics
coq-core.top_printers
coq-core.toplevel
coq-core.vernac
coq-core.vm
coqide-server.core
coqide-server.protocol
derive_plugin
extraction_plugin
firstorder_plugin
float_syntax_plugin
funind_plugin
ltac2_plugin
ltac_plugin
micromega_plugin
nsatz_plugin
number_string_notation_plugin
ring_plugin
ssreflect_plugin
ssrmatching_plugin
ssrsearch_plugin
tauto_plugin
tuto0_plugin
tuto1_plugin
tuto2_plugin
tuto3_plugin
zify_plugin
type form =
| Atom of int
| Arrow of form * form
| Bot
| Conjunct of form * form
| Disjunct of form * form
type proof =
| Ax of int
| I_Arrow of proof
| E_Arrow of int * int * proof
| D_Arrow of int * proof * proof
| E_False of int
| I_And of proof * proof
| E_And of int * proof
| D_And of int * proof
| I_Or_l of proof
| I_Or_r of proof
| E_Or of int * proof * proof
| D_Or of int * proof
| Pop of int * proof
type state
val project : state -> proof
val init_state : ('a * form * 'b) list -> form -> state
val branching : state -> state list
val success : state -> bool
val pp : state -> Pp.t
val pr_form : form -> Pp.t
val reset_info : unit -> unit
val pp_info : unit -> unit