Shape.Anonsmodule Grammar : sig ... endtype t = | Usage of Base.String.t | (* 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.tval compare : t -> t -> Base.Int.tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t