arrow-core-test
1.0.3-alpha.4
common
arrow-core-test
/
arrow.core.test.laws
Package
arrow.
core.
test.
laws
Types
Functions
Types
Fx
Laws
Link copied to clipboard
common
object
FxLaws
Content copied to clipboard
Law
Link copied to clipboard
common
data
class
Law
(
name
:
String
,
test
:
suspend
TestContext
.
(
)
->
Unit
)
Content copied to clipboard
Monoid
Laws
Link copied to clipboard
common
object
MonoidLaws
Content copied to clipboard
Semigroup
Laws
Link copied to clipboard
common
object
SemigroupLaws
Content copied to clipboard
Semiring
Laws
Link copied to clipboard
common
object
SemiringLaws
Content copied to clipboard
Functions
equal
Under
The
Law
Link copied to clipboard
common
fun
<
A
>
A
.
equalUnderTheLaw
(
b
:
A
,
f
:
(
A
,
A
)
->
Boolean
=
{ a, b -> a == b }
)
:
Boolean
Content copied to clipboard