Is it possible that spec and test.check do have some incompatibilities? I am getting cannot cast Generator to fn exceptions when using specs in the tests.
Spec generators are test.check generators wrapped in a 0 art function
Arg
So how do I use a spec generator in test.check? Unwrap them or use the “surface” provided by “spec.alpha”.
More importantly, how would i find out about htat? Without having to bother a human.