package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Grammar : sig ... end
type t =
  1. | Usage of Base.String.t
    (*

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

    *)
  2. | Grammar of Grammar.t
val bin_shape_t : Bin_prot.Shape.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t