namespaces icon indicating copy to clipboard operation
namespaces copied to clipboard

OCAML_NAMESPACES shadowing order

Open dbuenzli opened this issue 6 years ago • 0 comments

Is currently defined as last one takes over:

Modules introduced by later namespaces in OCAML_NAMESPACES will shadow modules introduced by earlier namespaces. In addition, modules introduced by -I or -P will shadow modules introduced via OCAML_NAMESPACES.

however it is customary for PATH variables to have the first one takes over.

dbuenzli avatar Apr 18 '19 16:04 dbuenzli