package menhirSdk

  1. Overview
  2. Docs

Module FromString.ProductionSource

include Cmly_api.INDEXED with type t = production
Sourceval count : int
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval iter : (t -> unit) -> unit
Sourceval fold : (t -> 'a -> 'a) -> 'a -> 'a
Sourceval tabulate : (t -> 'a) -> t -> 'a
Sourceval kind : t -> [ `REGULAR | `START ]
Sourceval lhs : t -> nonterminal
Sourceval rhs : t -> (symbol * identifier * Attribute.t list) array
Sourceval positions : t -> Range.t list
Sourceval action : t -> Action.t option
Sourceval attributes : t -> Attribute.t list
OCaml

Innovation. Community. Security.