Module Dune_util.ValueSource

Sourcetype t =
  1. | String of string
  2. | Dir of Stdune.Path.t
  3. | Path of Stdune.Path.t
Sourceval compare : t -> t -> Stdune.Ordering.t
Sourceval to_dyn : t -> Stdune.Dyn.t
Sourceval to_string : t -> dir:Stdune.Path.t -> string
Sourceval to_path : ?error_loc:Stdune.Loc.t -> t -> dir:Stdune.Path.t -> Stdune.Path.t
Sourcemodule L : sig ... end