Open camlspotter opened 8 years ago
This is because camlp4 copies location.cm* and other files from OCaml compiler source tree, which make the origins of these copied files obscure: they are not reachable from p4 packages, and they are not under OCaml compiler source code directory.
camlp4
location.cm*
core_kernel also has a special import of Result and have the same sort of issue.
core_kernel
Result
This is because
camlp4
copieslocation.cm*
and other files from OCaml compiler source tree, which make the origins of these copied files obscure: they are not reachable from p4 packages, and they are not under OCaml compiler source code directory.