include INDEXED with type t = terminal
type t = terminal
val count : intval of_int : int -> tval to_int : t -> intval iter : (t -> unit) -> unitval fold : (t -> 'a -> 'a) -> 'a -> 'aval tabulate : (t -> 'a) -> t -> 'a
val name : t -> stringval kind : t -> [ `REGULAR | `ERROR | `EOF | `PSEUDO ]val typ : t -> ocamltype optionval attributes : t -> Attribute.t list