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
Asetmap has no toplevel module Asetmap : sig ... end definition.
Asetmap
module Asetmap : sig ... end
Asetmap.Set has a module Set : sig end definition.
Asetmap.Set
module Set : sig end
This should be unified, I would be in favor of dropping the module Set : sig end as it is kind of redundant.
The text was updated successfully, but these errors were encountered:
Follow up there #38 we should discuss this it also affects how we would like functors to be rendered.
Sorry, something went wrong.
tests link in docstrings (ocaml#22)
648c756
tests link in docstrings Co-authored-by: Emile Trotignon <emile@tarides.com>
No branches or pull requests
Asetmap
has no toplevelmodule Asetmap : sig ... end
definition.Asetmap.Set
has amodule Set : sig end
definition.This should be unified, I would be in favor of dropping the
module Set : sig end
as it is kind of redundant.The text was updated successfully, but these errors were encountered: