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