diff options
| author | aspiwack | 2007-11-09 17:37:11 +0000 |
|---|---|---|
| committer | aspiwack | 2007-11-09 17:37:11 +0000 |
| commit | a2c53cc24077ec911877d9c12e22819b27c516c8 (patch) | |
| tree | f68db29a55b0617703e8cfda523d76c37a8ef58d /contrib/interface | |
| parent | 471df7db322e77a3cb66a8def53c7ddfdb9c8769 (diff) | |
Nettoyage de Print Assumptions :
- Le code est maintenant mieux commenté.
- J'ai aussi réorganisé un petit peu pour le rendre plus léger, mais
presque rien
- j'ai changé les noms internes : needed_assumptions devient
assumptions et PrintNeededAssumptions devient PrintAssumptions
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10311 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface')
| -rw-r--r-- | contrib/interface/xlate.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index 4f98b7396b..150b070f88 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1832,7 +1832,7 @@ let rec xlate_vernac = CT_print_path (xlate_class id1, xlate_class id2) | PrintCanonicalConversions -> xlate_error "TODO: Print Canonical Structures" - | PrintNeededAssumptions _ -> + | PrintAssumptions _ -> xlate_error "TODO: Print Needed Assumptions" | PrintInspect n -> CT_inspect (CT_int n) | PrintUniverses opt_s -> CT_print_universes(ctf_STRING_OPT opt_s) |
