We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ....
The text was updated successfully, but these errors were encountered:
I don't see how to implement this with a macro, even if cppo supported variadic macros, so okay, it makes sense to have this as a built-in.
I don't have much time at the moment. If you want to contribute it's great. Check out https://github.com/mjambon/documents/blob/master/how-to-contribute.md
Sorry, something went wrong.
No branches or pull requests
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
bundle(file1,file2,file3)
---->
module rec File1 : sig #include "file1.mli" end = struct #include "file1.ml" end
....
The text was updated successfully, but these errors were encountered: