diff options
| author | herbelin | 2001-03-01 14:02:59 +0000 |
|---|---|---|
| committer | herbelin | 2001-03-01 14:02:59 +0000 |
| commit | 7b6ed1e95bef26f4ae85d7471985128c0dfdbc15 (patch) | |
| tree | a2beab552c8e57d5db2833494e5cc79e6374cc84 /parsing/termast.mli | |
| parent | 2a9a43be51ac61e04ebf3fce902899155b48057f (diff) | |
Déplacement de qualid dans Nametab, hors du noyau
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1419 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/termast.mli')
| -rw-r--r-- | parsing/termast.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/termast.mli b/parsing/termast.mli index 1d6ee2208a..35a7349d8f 100644 --- a/parsing/termast.mli +++ b/parsing/termast.mli @@ -27,7 +27,7 @@ val ast_of_existential : env -> existential -> Coqast.t val ast_of_constructor : env -> constructor -> Coqast.t val ast_of_inductive : env -> inductive -> Coqast.t val ast_of_ref : global_reference -> Coqast.t -val ast_of_qualid : qualid -> Coqast.t +val ast_of_qualid : Nametab.qualid -> Coqast.t (* For debugging *) val print_implicits : bool ref |
