Module Implicit_transitive_deps.Value

Values for the implicit_transitive_deps stanza in dune-project files.

type t = [
  1. | `True
  2. | `False
  3. | `False_if_hidden_includes_supported
]
val all : t list
include Container_key.S with type t := t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t