Is there a standard way to do assertions on Dataty...
# arrow
s
Is there a standard way to do assertions on Datatypes such as Option/Either when testing functions that return them, as well as assertions on contained values as well? In Junit based tests.