fix: more precise signature

This commit is contained in:
Simon Cruanes 2019-06-07 11:34:06 -05:00
parent e51e996512
commit 2efa811b3f

View file

@ -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