include Verilog_base.V_label.Spec.LABEL_T
val to_string : t -> stringval to_short_string : ?ignore_identifiers_flag:bool -> t -> stringval to_simple_string : t -> stringval to_elem_data :
?strip:bool ->
?afilt:(string -> bool) ->
Diffast_core.Spec.Loc.t ->
t ->
string * (string * string) list * stringval of_elem_data : string -> (string * string) list -> string -> tval relabel_allowed : (t * t) -> boolval quasi_eq : t -> t -> boolval is_compatible : ?weak:bool -> t -> t -> boolval is_order_insensitive : t -> boolval move_disallowed : t -> boolval is_common : t -> boolval is_to_be_notified : t -> boolval is_hunk_boundary : t -> t -> boolval forced_to_be_collapsible : t -> boolval is_named_orig : t -> boolval keyroot_depth_min : intval is_boundary : t -> boolval is_partition : t -> boolval is_sequence : t -> boolval is_ntuple : t -> boolval anonymize : ?more:bool -> t -> tval get_ident_use : t -> stringval get_category : t -> stringval get_name : ?strip:bool -> t -> stringval get_value : t -> stringval has_value : t -> boolval has_non_trivial_value : t -> boolval has_non_trivial_tid : t -> boolval is_phantom : t -> boolval is_special : t -> boolval is_string_literal : t -> boolval is_int_literal : t -> boolval is_real_literal : t -> boolval is_statement : t -> boolval is_primary : t -> boolval is_scope_creating : t -> boolval to_tag : ?strip:bool -> t -> string * (string * string) listval is_always_construct : t -> boolval is_timing_control : t -> boolval is_continuous_assign : t -> boolval is_blocking_assign : t -> boolval is_non_blocking_assign : t -> boolval is_case_item : t -> boolval is_case_cond : t -> boolval is_module_decl : t -> boolval is_port_dir : t -> boolval is_net_type : t -> boolval is_data_type : t -> boolval is_var_data_type : t -> boolval is_signing : t -> boolval is_ranges : t -> boolval is_variable_dims : t -> boolval is_initial_construct : t -> boolval is_final_construct : t -> boolval is_generate_region : t -> boolval is_param_port_decl : t -> boolval is_param_assign : t -> boolval is_data_decl_var : t -> boolval is_net_decl : t -> boolval is_pp_define : t -> boolval is_pp_include : t -> boolval is_source_text : t -> bool