mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
fix: more precise signature
This commit is contained in:
parent
e51e996512
commit
2efa811b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ module type TERM = sig
|
||||||
|
|
||||||
val iter_dag : t -> (t -> unit) -> unit
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue