diff options
| author | bertot | 2001-04-18 07:03:26 +0000 |
|---|---|---|
| committer | bertot | 2001-04-18 07:03:26 +0000 |
| commit | b9d7d302a186e2bb6766708a9802f058724ea0fb (patch) | |
| tree | 99d2b10f2a7b79f52c8ff1c3d4b6d2a2550dfccc /contrib/interface/translate.mli | |
| parent | a887ce2613b9d223fa7d193a6e8b851f02cad988 (diff) | |
Adding files for the production of textual explanations as used in pcoq.
dependence files are updated accordingly.
Modifications in other files to cope with a few errors in the translation for
the parser (mostly around records, coercions, and the search-pattern command).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1599 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/translate.mli')
| -rw-r--r-- | contrib/interface/translate.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/interface/translate.mli b/contrib/interface/translate.mli index 41c33d5a3e..46d785f4bf 100644 --- a/contrib/interface/translate.mli +++ b/contrib/interface/translate.mli @@ -6,3 +6,4 @@ open Term;; val translate_goal : goal -> ct_RULE;; val translate_constr : env -> constr -> ct_FORMULA;; +val translate_path : int list -> ct_SIGNED_INT_LIST;; |
