Module Grammar.V1Source

Sourcetype t = Anons.Grammar.t =
  1. | Zero
  2. | One of Base.string
  3. | Many of t
  4. | Maybe of t
  5. | Concat of t Base.list
  6. | Ad_hoc of Base.string
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t