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
To match the new type declaration implemented in #68
module type Hashable = [%import: (module Hashtbl.HashedType)] would become module type%import Hashable = Hashtbl.HashedType
module type Hashable = [%import: (module Hashtbl.HashedType)]
module type%import Hashable = Hashtbl.HashedType
The text was updated successfully, but these errors were encountered:
@ejgallego it doesn't seem I've the right to change the milestone. Do you mind doing it?
Sorry, something went wrong.
Ooops, I've tried to fix the permissions, you should have an invite.
tatchi
Successfully merging a pull request may close this issue.
To match the new type declaration implemented in #68
module type Hashable = [%import: (module Hashtbl.HashedType)]
would becomemodule type%import Hashable = Hashtbl.HashedType
The text was updated successfully, but these errors were encountered: