Skip to content

Commit 0dcbebc

Browse files
committed
Update tut07 for B252
1 parent 4eb0c2e commit 0dcbebc

2 files changed

Lines changed: 981 additions & 444 deletions

File tree

tutorials/06_io-exc-typeclasses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ This code is easier to test because we can write unit tests for the `square` fun
415415
In pure functional programming, errors are usually handled explicitly using types:
416416

417417
* `Maybe a` — something may be missing
418-
* `Either e a` — something may fail with an error value
418+
* `Either e a` — something may fail with an error value
419419

420420
However, once we step into IO, things get more complicated:
421421

0 commit comments

Comments
 (0)