package camllib

  1. Overview
  2. Docs
type t
val add : string -> t
val exists : string -> bool
val of_string : string -> t
val to_string : t -> string
val print : Format.formatter -> t -> unit
val equal : t -> t -> bool
val compare : t -> t -> int
module HashedType : sig ... end
module OrderedType : sig ... end
module Hash : sig ... end
module Set : sig ... end
module Map : sig ... end
val print_set : Format.formatter -> Set.t -> unit
val print_hash : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a Hash.t -> unit
val print_map : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a Map.t -> unit