aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/dp/dp.mli
blob: 7c648ce6bcab4984d5f00a67831b7303d41ab763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

open Libnames
open Proof_type

val simplify : tactic
val ergo : tactic
val cvc3 : tactic
val yices : tactic
val cvc_lite : tactic
val harvey : tactic
val zenon : tactic
val gwhy : tactic

val dp_hint : reference list -> unit
val dp_timeout : int -> unit
val dp_debug : bool -> unit
val dp_trace : bool -> unit
val dp_prelude : string list -> unit
val dp_predefined : reference -> string -> unit