aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lib.mllib
diff options
context:
space:
mode:
authorGravatar puech <puech@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-07-29 14:23:55 +0000
committerGravatar puech <puech@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-07-29 14:23:55 +0000
commitd43147c7fd9b88af4ba42e5bf39e9c83f2c5beb2 (patch)
tree08856bf1d36e3153bdda541ffe8711679b3676a5 /lib/lib.mllib
parent54e8894dd3a1787a89d094bb2917ac7cf72d322a (diff)
Term: Refactoring of hashconsing
- moved the alterate Hashtable module to a separate file - moved all hashconsing-related function to a separate section in Term git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14312 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/lib.mllib')
-rw-r--r--lib/lib.mllib1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.mllib b/lib/lib.mllib
index 84180fc46..635a35396 100644
--- a/lib/lib.mllib
+++ b/lib/lib.mllib
@@ -25,3 +25,4 @@ Option
Dnet
Store
Unionfind
+Hashtbl_alt