module Cudf_hashtbl: OCAMLHashtbl.Make(sigtype t = Cudf.package val equal : Cudf.package -> Cudf.package -> boolval hash : Cudf.package -> intend)
OCAMLHashtbl.Make
(
sig
type t = Cudf.package
Cudf.package
val equal : Cudf.package -> Cudf.package -> bool
Cudf.package -> Cudf.package -> bool
val hash : Cudf.package -> int
Cudf.package -> int
end
)