Rotor_identinclude module type of struct include Compiler_import.Ident endval output : out_channel -> T.t -> unitval print : Format.formatter -> T.t -> unitval print_with_scope : Format.formatter -> t -> unitval create_scoped : scope:int -> string -> tval create_local : string -> tval create_persistent : string -> tval create_predef : string -> tval name : t -> stringval unique_name : t -> stringval unique_toplevel_name : t -> stringval persistent : t -> boolval global : t -> boolval is_predef : t -> boolval scope : t -> intval empty : 'a tbl