core.command
Shape.Fully_forced
Fully forced shapes are comparable and serializable.
core
core.base_for_tests
core.filename_base
core.heap_block
core.top
core.univ_map
core.validate
type t =
| Basic of Base_info.t
| Group of t Group_info.t
| Exec of Exec_info.t * t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val expanded_subcommands : t -> Base.string Base.list Base.list
val t_of_sexp : Base.Sexp.t -> t