package stramon-lib

  1. Overview
  2. Docs

Module Stramon_lib.Path_trie_setSource

Sourcetype t
Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval add : Abs_path.t -> t -> t
Sourceval remove : Abs_path.t -> t -> t
Sourceval mem : Abs_path.t -> t -> bool
Sourceval union : t -> t -> t
Sourceval inter : t -> t -> t
Sourceval equal : t -> t -> bool
Sourceval to_seq : t -> Abs_path.t Seq.t
Sourceval of_seq : Abs_path.t Seq.t -> t
OCaml

Innovation. Community. Security.