package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-5.5-503.tbz
sha256=67da3b34f2fea07678267309f61da4a2c6f08298de0dc59655b8d30fd8269af1
sha512=1fb3b5180d36aa82b82a319e15b743b802b6888f0dc67645baafdb4e18dfc23a7b90064ec9bc42f7424061cf8cde7f8839178d8a8537bf4596759f3ff4891873

doc/merlin-lib.utils/Merlin_utils/Std/String/Set/index.html

Module String.SetSource

include sig ... end
Sourcetype elt = string
Sourcetype t
Sourceval empty : t
Sourceval add : elt -> t -> t
Sourceval singleton : elt -> t
Sourceval remove : elt -> t -> t
Sourceval union : t -> t -> t
Sourceval inter : t -> t -> t
Sourceval disjoint : t -> t -> bool
Sourceval diff : t -> t -> t
Sourceval cardinal : t -> int
Sourceval elements : t -> elt list
Sourceval min_elt : t -> elt
Sourceval min_elt_opt : t -> elt option
Sourceval max_elt : t -> elt
Sourceval max_elt_opt : t -> elt option
Sourceval choose : t -> elt
Sourceval choose_opt : t -> elt option
Sourceval find : elt -> t -> elt
Sourceval find_opt : elt -> t -> elt option
Sourceval find_first : f:(elt -> bool) -> t -> elt
Sourceval find_first_opt : f:(elt -> bool) -> t -> elt option
Sourceval find_last : f:(elt -> bool) -> t -> elt
Sourceval find_last_opt : f:(elt -> bool) -> t -> elt option
Sourceval iter : f:(elt -> unit) -> t -> unit
Sourceval fold : f:(elt -> 'acc -> 'acc) -> t -> init:'acc -> 'acc
Sourceval map : f:(elt -> elt) -> t -> t
Sourceval filter : f:(elt -> bool) -> t -> t
Sourceval filter_map : f:(elt -> elt option) -> t -> t
Sourceval partition : f:(elt -> bool) -> t -> t * t
Sourceval split : elt -> t -> t * bool * t
Sourceval is_empty : t -> bool
Sourceval mem : elt -> t -> bool
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval subset : t -> t -> bool
Sourceval for_all : f:(elt -> bool) -> t -> bool
Sourceval exists : f:(elt -> bool) -> t -> bool
Sourceval to_seq_from : elt -> t -> elt Seq.t
Sourceval to_seq : t -> elt Seq.t
Sourceval to_rev_seq : t -> elt Seq.t
Sourceval add_seq : elt Seq.t -> t -> t
Sourceval of_seq : elt Seq.t -> t
Sourceval of_list : elt list -> t
Sourceval to_list : t -> elt list
OCaml

Innovation. Community. Security.