diff options
Diffstat (limited to 'plugins/dp/dp.mli')
-rw-r--r-- | plugins/dp/dp.mli | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/dp/dp.mli b/plugins/dp/dp.mli new file mode 100644 index 00000000..f40f8688 --- /dev/null +++ b/plugins/dp/dp.mli @@ -0,0 +1,20 @@ + +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 z3: 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 |