Module Read.Production
include MenhirSdk.Cmly_api.INDEXED with type t = production
type t= production
val kind : t -> [ `REGULAR | `START ]val lhs : t -> nonterminalval rhs : t -> (symbol * identifier * Attribute.t list) arrayval positions : t -> Range.t listval action : t -> Action.t optionval attributes : t -> Attribute.t list