module Arg_type:sig..end
type 'a t
val create : ?complete:(Univ_map.t -> part:string -> string list) ->
?key:'a Univ_map.Multi.Key.t -> (string -> 'a) -> 'a tcreate.
If the of_string function raises an exception, command line parsing will be
aborted and the exception propagated up to top-level and printed along with
command-line help.
val of_map : ?key:'a Univ_map.Multi.Key.t ->
'a String.Map.t -> 'a tval of_alist_exn : ?key:'a Univ_map.Multi.Key.t ->
(string * 'a) list -> 'a tof_map. Raises on duplicate keys