:wave::skin-tone-3: I'm having trouble with test ...
# kotest
p
👋🏼 I'm having trouble with test not finalizing or timing out for trivial checks and I suspect I've misimplemented an
Arb
Copy code
override fun sample(rs: RandomSource): Sample<Value> { 
  val value = makeValue(rs.random.nextInt())
  Sample(value, RTree({ value }))
}