I can use option of ocamlc -bin-annot to get a .cmt file,the doc told me it can "Dump detailed information about the compilation (types, bindings, tail-calls, etc) in binary format".
so how to use this .cmt file?I can't find information on web,I think I can go on use the .cmt file got a .cmo file or .out file?but direct use ocamlc test.cmt fail. So how to use the cmt file?Thanks!