def apply[F[_, _] : CapsBothF, A : CapsLeft, B : CapsRight](fa: F[A, B]): TestResult
Concrete methods
final def run[R, F[_, _] : CapsBothF, A : CapsLeft, B : CapsRight](genF: GenF2[R, F], gen: Gen[R, B])(implicit evidence$20: CapsBothF[F], evidence$21: CapsLeft[A], evidence$22: CapsRight[B], trace: Trace): URIO[R, 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.