Module Shape.SexpableSource

Sourcetype t =
  1. | Base of Base_info.t
  2. | Group of t Group_info.t
  3. | Exec of Exec_info.t
  4. | Lazy of t Base.Lazy.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval extraction_var : Base.string
Sourceval supported_versions : Base.Set.M(Base.Int).t
Sourcemodule Versioned : sig ... end
Sourceval of_versioned : Versioned.t -> t
Sourceval to_versioned : t -> version_to_use:Base.int -> Versioned.t