aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/interface/translate.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/interface/translate.mli')
-rw-r--r--plugins/interface/translate.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/interface/translate.mli b/plugins/interface/translate.mli
new file mode 100644
index 000000000..34841fc4b
--- /dev/null
+++ b/plugins/interface/translate.mli
@@ -0,0 +1,12 @@
+open Ascent;;
+open Evd;;
+open Proof_type;;
+open Environ;;
+open Term;;
+
+val translate_goal : goal -> ct_RULE;;
+val translate_goals : goal list -> ct_RULE_LIST;;
+(* The boolean argument indicates whether names from the environment should *)
+(* be avoided (same interpretation as for prterm_env and ast_of_constr) *)
+val translate_constr : bool -> env -> constr -> ct_FORMULA;;
+val translate_path : int list -> ct_SIGNED_INT_LIST;;