Textual.Node
type t = {
label : NodeName.t;
ssa_parameters : (Ident.t * Typ.t) list;
exn_succs : NodeName.t list;
successor exception nodes
*)last : Terminator.t;
instrs : Instr.t list;
last_loc : Location.t;
location of last instruction in file
*)label_loc : Location.t;
location of label in file
*)}
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal