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

open Libnames
open Proof_type

val simplify : tactic
val ergo : 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