package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

doc/rtauto_plugin/Rtauto_plugin/Proof_search/index.html

Module Rtauto_plugin.Proof_searchSource

Sourcetype form =
  1. | Atom of int
  2. | Arrow of form * form
  3. | Bot
  4. | Conjunct of form * form
  5. | Disjunct of form * form
Sourcetype proof =
  1. | Ax of int
  2. | I_Arrow of proof
  3. | E_Arrow of int * int * proof
  4. | D_Arrow of int * proof * proof
  5. | E_False of int
  6. | I_And of proof * proof
  7. | E_And of int * proof
  8. | D_And of int * proof
  9. | I_Or_l of proof
  10. | I_Or_r of proof
  11. | E_Or of int * proof * proof
  12. | D_Or of int * proof
  13. | Pop of int * proof
Sourcetype state
Sourceval project : state -> proof
Sourceval init_state : ('a * form * 'b) list -> form -> state
Sourceval branching : state -> state list
Sourceval success : state -> bool
Sourceval pp : state -> Pp.t
Sourceval pr_form : form -> Pp.t
Sourceval reset_info : unit -> unit
Sourceval pp_info : unit -> unit
OCaml

Innovation. Community. Security.