diff options
| author | barras | 2006-11-02 13:59:14 +0000 |
|---|---|---|
| committer | barras | 2006-11-02 13:59:14 +0000 |
| commit | 87229783dd5ad20e16129f577efb1f94358231ac (patch) | |
| tree | b8ad0d49baadd1a75a12d8004e37858350beaddf /toplevel | |
| parent | c4b2e6587c536b00d76ab98df80c1c8a18d0bd0b (diff) | |
gestion speciale du niveau 5 des ltac
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9333 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/metasyntax.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/metasyntax.ml b/toplevel/metasyntax.ml index 18ff746f1c..eaa750ab3d 100644 --- a/toplevel/metasyntax.ml +++ b/toplevel/metasyntax.ml @@ -112,6 +112,8 @@ let print_grammar univ = function | "tactic" -> msgnl (str "Entry tactic_expr is"); Gram.Entry.print Pcoq.Tactic.tactic_expr; + msgnl (str "Entry binder_tactic is"); + Gram.Entry.print Pcoq.Tactic.binder_tactic; msgnl (str "Entry simple_tactic is"); Gram.Entry.print Pcoq.Tactic.simple_tactic; | "vernac" -> |
