aboutsummaryrefslogtreecommitdiff
path: root/plugins/interface/xlate.mli
diff options
context:
space:
mode:
authorglondu2009-12-02 08:36:14 +0000
committerglondu2009-12-02 08:36:14 +0000
commit3cb4411089c18351d57685f9abe455d3f61f308f (patch)
treec23e0d757eee079722f4fcc92b37e69c4ff4ef81 /plugins/interface/xlate.mli
parent3e253de6854b139a8a1be76af2388ffa9a3dcdb2 (diff)
Remove interface plugin
It has moved to the contribs (Sophia-Antipolis/Interface). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12555 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/interface/xlate.mli')
-rw-r--r--plugins/interface/xlate.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/interface/xlate.mli b/plugins/interface/xlate.mli
deleted file mode 100644
index 2e2b95fe7d..0000000000
--- a/plugins/interface/xlate.mli
+++ /dev/null
@@ -1,8 +0,0 @@
-open Ascent;;
-
-val xlate_vernac : Vernacexpr.vernac_expr -> ct_COMMAND;;
-val xlate_tactic : Tacexpr.raw_tactic_expr -> ct_TACTIC_COM;;
-val xlate_formula : Topconstr.constr_expr -> ct_FORMULA;;
-val xlate_ident : Names.identifier -> ct_ID;;
-val xlate_vernac_list : Vernacexpr.vernac_expr -> ct_COMMAND_LIST;;
-