We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
the motivation is to help distribute software in some cases, so that I only need throw one file, no need build system for some simple cases
---->
module rec File1 : sig #include "file1.mli" end = struct #include "file1.ml" end ....