ZLawsF2
for Divariant type constructors.
- Companion:
- object
Value members
Abstract methods
def run[R1 <: R & TestConfig, F[_, _] : CapsF, A : CapsLeft, B : CapsRight](genF: GenF2[R1, F], gen: Gen[R1, B]): ZIO[R1, Nothing, TestResult]
Test that values of type F[+_,-_]
satisfy the laws using the specified
function to construct a generator of F[A,B]
values given a generator of
B
values.
Test that values of type F[+_,-_]
satisfy the laws using the specified
function to construct a generator of F[A,B]
values given a generator of
B
values.