diff --git a/src/core/Sidekick_core.ml b/src/core/Sidekick_core.ml index 24106a0f..fb11e67e 100644 --- a/src/core/Sidekick_core.ml +++ b/src/core/Sidekick_core.ml @@ -83,7 +83,7 @@ module type TERM = sig val iter_dag : t -> (t -> unit) -> unit - module Tbl : Hashtbl.S with type key = t + module Tbl : CCHashtbl.S with type key = t end end