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

Add Uchar.t combinators #314

Open
jmid opened this issue Jan 16, 2025 · 0 comments
Open

Add Uchar.t combinators #314

jmid opened this issue Jan 16, 2025 · 0 comments

Comments

@jmid
Copy link
Collaborator

jmid commented Jan 16, 2025

Both QCheck and QCheck2 are missing Uchar.t combinators

The Uchar module was added to Pervasives Stdlib in 4.03.

The documentation suggests a relatively straightforward generator for it:

type t

The type for Unicode characters.

A value of this type represents a Unicode scalar value which is an integer in the ranges 0x0000 ...  0xD7FF or 0xE000 ...  0x10FFFF.
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

1 participant