diff options
| author | herbelin | 2004-03-30 11:00:04 +0000 |
|---|---|---|
| committer | herbelin | 2004-03-30 11:00:04 +0000 |
| commit | f5e8da3bbf50e7a826398a05ba7c5cfafe667a6e (patch) | |
| tree | c9b90cac2d4155763e413a518f729032f1c60f71 /toplevel | |
| parent | d7a64f8b6efd748625c8eb9aa2aef08ca618e5c6 (diff) | |
Distinction entre declarations internes (p.ex. _subproof) et declarations utilisateurs pour export xml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5609 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/command.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/command.ml b/toplevel/command.ml index 4ecca992dc..9d4e9d68d4 100644 --- a/toplevel/command.ml +++ b/toplevel/command.ml @@ -185,7 +185,7 @@ let declare_one_elimination ind = let mindstr = string_of_id mip.mind_typename in let declare s c t = let id = id_of_string s in - let kn = Declare.declare_constant id + let kn = Declare.declare_internal_constant id (DefinitionEntry { const_entry_body = c; const_entry_type = t; |
