bap-plugins icon indicating copy to clipboard operation
bap-plugins copied to clipboard

The output of Term.attrs is not readable

Open cxh852456 opened this issue 6 years ago • 0 comments

Dict.to_sequence (Term.attrs arg) |> Seq.iter ~f:(fun (type_id, v)-> print_endline @@ Value.Typeid.to_string type_id ^ " -> " ^ Value.to_string v);

When i write some like the up , the type_id 's output is not readable and dont know what it is. how shall i do if i wonder to see what it is.

cxh852456 avatar Feb 15 '19 08:02 cxh852456