Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Cmly_api.INDEXED with type t = production
type t = production
val of_int : int -> t
val to_int : t -> int
val iter : (t -> unit) -> unit
val fold : (t -> 'a -> 'a) -> 'a -> 'a
val kind : t -> [ `REGULAR | `START ]
val lhs : t -> nonterminal
val rhs : t -> (symbol * identifier * Attribute.t list) array
val attributes : t -> Attribute.t list