core.command
Shape.Sexpable
core
core.base_for_tests
core.filename_base
core.heap_block
core.top
core.univ_map
core.validate
type t =
| Base of Base_info.t
| Group of t Group_info.t
| Exec of Exec_info.t
| Lazy of t Base.Lazy.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val extraction_var : Base.string
val supported_versions : Base.Set.M(Base.Int).t
module Versioned : sig ... end
val of_versioned : Versioned.t -> t
val to_versioned : t -> version_to_use:Base.int -> Versioned.t