module Make:functor (
H
:
sig
include Core_hashtbl.HashedType
val sexp_of_t :t -> Sexplib.Sexp.t
val t_of_sexp :Sexplib.Sexp.t -> t
end
) ->
sig
..end
Parameters: |
|
include struct ... end
val sexp_of_t : 'a Hashtbl.t -> Sexplib.Sexp.t
val t_of_sexp : Sexplib.Sexp.t -> unit Hashtbl.t
typet =
unit set
typeelt =
H.t