base_quickcheck
base_quickcheck copied to clipboard
32bit Architecture availability
The opam file for this library says:
available: arch != "arm32" & arch != "x86_32"
Inside the library itself, I don't immediately see a dependency on the number of bits in a word. Is this a fundamental constraint or can it be removed without too much work?