summaryrefslogtreecommitdiff
path: root/plugins/dp/dp_why.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dp/dp_why.mli')
-rw-r--r--plugins/dp/dp_why.mli17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/dp/dp_why.mli b/plugins/dp/dp_why.mli
deleted file mode 100644
index 0efa24a2..00000000
--- a/plugins/dp/dp_why.mli
+++ /dev/null
@@ -1,17 +0,0 @@
-
-open Fol
-
-(* generation of the Why file *)
-
-val output_file : string -> query -> unit
-
-(* table to translate the proofs back to Coq (used in dp_zenon) *)
-
-type proof =
- | Immediate of Term.constr
- | Fun_def of string * (string * typ) list * typ * term
-
-val add_proof : proof -> string
-val find_proof : string -> proof
-
-