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/coqlib.ml | |
| 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/coqlib.ml')
| -rw-r--r-- | parsing/coqlib.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/coqlib.ml b/parsing/coqlib.ml index b0a7f3a8a2..d7e8efa20f 100644 --- a/parsing/coqlib.ml +++ b/parsing/coqlib.ml @@ -6,6 +6,7 @@ open Names open Term open Declare open Pattern +open Nametab let nat_path = make_path ["Coq";"Init";"Datatypes"] (id_of_string "nat") CCI let myvar_path = |
