Ok so if you have `data class Person(name: String)...
# arrow-contributors
s
Ok so if you have
data class Person(name: String)
and you write a test like
person.shouldBe(Person("sam"))
I want to have a better to string for person.