aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/cc/ccalgo.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cc/ccalgo.ml')
-rw-r--r--plugins/cc/ccalgo.ml2
1 files changed, 1 insertions, 1 deletions
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)