ZLawsF
for invariant type constructors.
- Companion:
- object
Value members
Abstract methods
def run[R1 <: R & TestConfig, F[_] : CapsF, A : Caps](genF: GenF[R1, F], gen: Gen[R1, A])(implicit evidence$5: CapsF[F], evidence$6: Caps[A], trace: Trace): ZIO[R1, Nothing, TestResult]
Test that values of type F[+_]
satisfy the laws using the specified
function to construct a generator of F[A]
values given a generator of
A
values.
Test that values of type F[+_]
satisfy the laws using the specified
function to construct a generator of F[A]
values given a generator of
A
values.