Open
Description
I've been working on bindings for fast-check which are mostly complete.
The library has the ability to do model-based testing, which I have implemented:
The thing I'd like to do is automatically generate a complete Arbitrary<'Msg>
if it's possible as I believe it would make writing these cases even easier.
I have reflection working for almost all types, but the thing giving me trouble is getting class constructors.
Is this something that can currently be resolved with Fable? If not, is adding the support for these feasible?