package core

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

Module Shape.AnonsSource

Sourcemodule Grammar : sig ... end
Sourcetype t =
  1. | Usage of Base.string
    (*

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

    *)
  2. | Grammar of Grammar.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.