diff options
| author | letouzey | 2011-10-10 22:54:21 +0000 |
|---|---|---|
| committer | letouzey | 2011-10-10 22:54:21 +0000 |
| commit | 2484db1991dac3b41d70130cf4c8697cb8c4af9a (patch) | |
| tree | 043c3b4e20498ff5257fd70bafb734614ed02169 /kernel/term.mli | |
| parent | 73383084bf8bb273775707ffc1f4f18eb5752db3 (diff) | |
Hash-consing of mutual_inductive_body (and Univ.constraints)
Inductive definitions aren't that big, but they may contain some
constr (in types, rel_context, etc), hence if we hash-cons the
constr in Definition but not these ones, we may loose some sharing.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14544 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
| -rw-r--r-- | kernel/term.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/term.mli b/kernel/term.mli index c556d0a077..7992c0bab7 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -626,6 +626,7 @@ val hash_constr : constr -> int (*********************************************************************) +val hcons_sorts : sorts -> sorts val hcons_constr : constr -> constr val hcons_types : types -> types |
