package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Shape.Anons

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
val compare : t -> t -> Base.Int.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t