Package arrow.core.test.laws

Types

Link copied to clipboard
object FxLaws
Link copied to clipboard
data class Law(name: String, test: suspend TestContext.() -> Unit)
Link copied to clipboard
object MonoidLaws
Link copied to clipboard
object SemigroupLaws
Link copied to clipboard
object SemiringLaws

Functions

Link copied to clipboard
fun <A> A.equalUnderTheLaw(b: A, f: (A, A) -> Boolean = { a, b -> a == b }): Boolean