module StringHashtbl:Since Boron-20100401functor (
X
:
Plugin.Parameter_input_with_arg
) ->
functor (
V
:
sig
include Datatype.S
val parse :string -> string * t
val no_binding :string -> t
end
) ->
Plugin.STRING_HASHTBL
with type value = V.t
Parameters: |
|
include Plugin.GEN_STRING_SET
type
value
val find : string -> value