Jan Midtgaard
Jan Midtgaard
Modulo a lint failure this is now green and should thus be good to go.
I can confirm that this fixes the annoying `topkg` failure on the opam repository :slightly_smiling_face:
> I don't understand the multicoretest failure, but since they run on Ubuntu, I don't think they would be affected by the switch from winpthreads to the WinAPI ;) I...
I've just opened #367 to address `float` names.
FTR, the `unit` and `bool` situation is consistent (it is admittedly also rather simple): | Combinator name | QCheck.Gen | QCheck.arbitrary | QCheck2.Gen | |-----------------------|---------------------------|-----------------------------------|--------------------------------------------| | unit | unit t...
I've now opened #369 to address `char` names.
I've opened #370 to address `option` consistency. For the `result` type the situation is nice, simple, and already consistent: 🥳 | Combinator name | Type signiture | |--------------------|---------------------------------------------------------------------------| | QCheck.Gen.result...
#371 took care of `bytes` renaming
I've just opened #372 to address `string` renaming
For `int32` and `int64` the situation is as follows: | Combinator name | QCheck.Gen | QCheck.arbitrary | QCheck2.Gen | |-----------------|--------------|--------------------|---------------| | int32 | int32 t | int32 arbitrary | int32...