camlspotter / ocamloscope.2

OCamlOScope 2 : OCaml API search
42 stars 1 forks source link

`camlp4`: Scrape failure of `Location`, `Outcometree` etc. #4

Open camlspotter opened 8 years ago

camlspotter commented 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.

camlspotter commented 7 years ago

core_kernel also has a special import of Result and have the same sort of issue.