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