Interface: FunctorTestCase<A>
Defined in: testing/laws/types.ts:56
Test case for functor law testing.
Type Parameters
A
A
Properties
transforms?
optionaltransforms: (a) =>any[]
Defined in: testing/laws/types.ts:66
Transformation functions to test composition law. Defaults to [x => x, x => x] if not provided.
Parameters
a
A
Returns
any
value
value:
A
Defined in: testing/laws/types.ts:60
Base value to test with.