diff options
| author | herbelin | 2002-12-11 10:47:29 +0000 |
|---|---|---|
| committer | herbelin | 2002-12-11 10:47:29 +0000 |
| commit | 298ee301210dd11c5154cfe715478f1c5513b81c (patch) | |
| tree | 80e0d7fd4443a3ea50db5195c0d5a297182ef66b | |
| parent | 141dcba78c1c8cc1ef158554a391efa1032d4b5f (diff) | |
Essai de hconsing local au declarations
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3422 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | library/declare.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/declare.ml b/library/declare.ml index b3a44fc050..3a8f32408c 100644 --- a/library/declare.ml +++ b/library/declare.ml @@ -177,6 +177,7 @@ let (in_constant, out_constant) = let hcons_constant_declaration = function | DefinitionEntry ce -> + let (hcons1_constr,_) = hcons_constr (hcons_names()) in DefinitionEntry { const_entry_body = hcons1_constr ce.const_entry_body; const_entry_type = option_app hcons1_constr ce.const_entry_type; |
