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
We currently use these 3 data types in the API
macro @gref :- ctype "Globnames.global_reference". % name for a global constant macro @name :- ctype "Name.t". % name hint (compare as =) string
I think we could add
macro @id :- ctype "Id.t"
and have all API adding things to the environment to require an @id, have conversion functions from the others to @id.
@id
This new type could also be used in the module-related API, since @name is broken wrt comparison.
@name
The text was updated successfully, but these errors were encountered:
gares
No branches or pull requests
We currently use these 3 data types in the API
I think we could add
and have all API adding things to the environment to require an
@id
, have conversion functions from the others to@id
.This new type could also be used in the module-related API, since
@name
is broken wrt comparison.The text was updated successfully, but these errors were encountered: