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

Requesting unsigned types #4908

Closed
vicuna opened this issue Nov 4, 2009 · 2 comments
Closed

Requesting unsigned types #4908

vicuna opened this issue Nov 4, 2009 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Nov 4, 2009

Original bug ID: 4908
Reporter: goswin
Status: acknowledged (set by @damiendoligez on 2011-05-31T14:41:26Z)
Resolution: open
Priority: normal
Severity: feature
Category: standard library
Duplicate of: #7280
Monitored by: @gasche @yallop @hcarty "Richard Jones"

Bug description

It would be nice if ocaml had types uint, uint32 and uin64. The later two should be trivial to add. The uint is more tricky but just an UInt module (like Int32) with compiler primitives would suffice for a start.

@dbuenzli
Copy link
Contributor

@yallop proposed a design in PR #1201 however @xavierleroy made it clear he's against this.

Instead unsigned operation on Int32, Int64 and nativeint where added by @nojb in #1458 and will be available starting from 4.08.

I think we can close this.

@xavierleroy
Copy link
Contributor

Closing as suggested.

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

No branches or pull requests

3 participants