diff options
author | Stephane Glondu <steph@glondu.net> | 2010-07-21 09:48:05 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2010-07-21 09:48:05 +0200 |
commit | bbb5e6eb84a46c7e8041e05ab0059994fa0b1a25 (patch) | |
tree | 7d2930678b27e520c9431739c3d1af9d6475ccd1 /plugins/dp/dp.mli | |
parent | 7a998985060742038ba6d2664d159ff2dbcdec3d (diff) | |
parent | 5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (diff) |
Merge branch 'experimental/upstream' into experimental/master
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 |