zelus.zlcompilerlibs
Ident
zelus
type t = {
num : int;
source : string;
}
and element_t = {
arrnm : string;
index : t;
type t_alias = t
val compare : t -> t -> int
val name : t -> string
val source : t -> string
val num : int ref
val fresh : string -> t
val fprint_t : Format.formatter -> t -> unit
module M : sig ... end
module Env : sig ... end
module S : sig ... end