lexi-lambda / functional

Functional interfaces and datatypes for Racket
ISC License
42 stars 9 forks source link

`either` example: Change `just` to `success` #7

Closed greghendershott closed 6 years ago

greghendershott commented 6 years ago

In the "we can rewrite the safe- functions from the maybe section using either" example, it seems that two uses of just should have been changed to success.

(If it really should be just -- or if (no pun intended) either just or success is fine -- then maybe a code comment or margin-note could explain?)

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.03%) to 90.228% when pulling 1497f86d644e0c60ce2d0b90804b55fa44f1f799 on greghendershott:patch-1 into c73fcb6ffb59c6bd43a70f3ff3a8af6a42459003 on lexi-lambda:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.03%) to 90.228% when pulling 1497f86d644e0c60ce2d0b90804b55fa44f1f799 on greghendershott:patch-1 into c73fcb6ffb59c6bd43a70f3ff3a8af6a42459003 on lexi-lambda:master.

lexi-lambda commented 6 years ago

Thanks!