lix/src/libexpr/tests/value
John Ericson bbd7d5de09 Fix some bounds in rapid check instances
`inRange` is exclusive not inclusive:
https://github.com/emil-e/rapidcheck/blob/master/doc/generators.md#usage

Furthermore, use `std::variant_size_v` so we use the right number
automatically.

Finally, make the `switch` assert the discriminant is in bounds as
expected.
2023-05-15 10:41:44 -04:00
..
context.cc Fix some bounds in rapid check instances 2023-05-15 10:41:44 -04:00
context.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00