package uniq

  1. Overview
  2. Docs

Module Uniq_meta.PathSource

Sourcetype t = private string list

Type of ocamlfind packages (like foo.bar).

Sourceval of_string : string -> (t, [> `Msg of string ]) result
Sourceval of_string_exn : string -> t
Sourceval pp : t Fmt.t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval parent : t -> t option
Sourcemodule Set : Set.S with type elt = t
Sourcemodule Map : Map.S with type key = t