Open waij opened 7 years ago
In atom Error Reporting with Either, exercise 3, the test strings need an additional space: letters is "Vector(Left(a), Right(b)," + // ... letters is "Vector(Left(a), Right(b), " + // ...
letters is "Vector(Left(a), Right(b)," + // ...
letters is "Vector(Left(a), Right(b), " + // ...
In atom Error Reporting with Either, exercise 3, the test strings need an additional space:
letters is "Vector(Left(a), Right(b)," + // ...
letters is "Vector(Left(a), Right(b), " + // ...