You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Both QCheck and QCheck2 are missing
Uchar.t
combinatorsThe Uchar module was added to
PervasivesStdlib in 4.03.The documentation suggests a relatively straightforward generator for it:
The text was updated successfully, but these errors were encountered: