Shape.Anons
module Grammar : sig ... end
type 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.t
val compare : t -> t -> Base.Int.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t