Module Shape.Anons

module Grammar : sig ... end
type t =
| Usage of Core_kernel__.Import.string

When exec'ing an older binary whose help sexp doesn't expose the grammar.

| Grammar of Grammar.t
val bin_shape_t : Bin_prot.Shape.t
val compare : t -> t -> Core_kernel__.Import.int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t