From 33509e348a6c9f505a6ebf714d8b142fc9df62a0 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Wed, 26 Sep 2012 19:03:17 +0000 Subject: Cleaning, renaming obscure functions and documenting in Hashcons. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15834 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/cc/ccalgo.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/cc/ccalgo.ml') diff --git a/plugins/cc/ccalgo.ml b/plugins/cc/ccalgo.ml index 04038b1a7..40599b827 100644 --- a/plugins/cc/ccalgo.ml +++ b/plugins/cc/ccalgo.ml @@ -115,7 +115,7 @@ let rec term_equal t1 t2 = i1 = i2 && j1 = j2 && eq_constructor c1 c2 | _ -> t1 = t2 -open Hashtbl_alt.Combine +open Hashset.Combine let rec hash_term = function | Symb c -> combine 1 (hash_constr c) -- cgit v1.2.3