def eq(expected: a, actual: a): Bool with Eq[a], ToString[a]
Asserts that expected must equal actual.
expected
actual
Aborts execution if the two values are un-equal.