Skip to content
New issue

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

Support pure interface modules in libraries. #13

Merged
merged 1 commit into from Mar 23, 2013
Merged

Support pure interface modules in libraries. #13

merged 1 commit into from Mar 23, 2013

Conversation

paurkedal
Copy link
Contributor

This commit allows an mli-file to implement a module listed in the Modules
field of a library, provided that it only includes type and signature
definitions. The mli- and cmi-files will be installed along with the
library.

Please note the change of the type of the lib_ocaml field. If this is considered part of a (semi-)public interface, we may want to be careful. If so, a suggestion is appreciated.

This commit allows an mli-file to implement a module listed in the Modules
field of a library, provided that it only includes type and signature
definitions.  The mli- and cmi-files will be installed along with the
library.
gildor478 added a commit that referenced this pull request Mar 23, 2013
Support pure interface modules in libraries.
@gildor478 gildor478 merged commit 63678bd into ocaml:master Mar 23, 2013
@paurkedal
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants