Result Exercises
| Level | Name | Tags |
|---|---|---|
| Easy | Result Handling | result cohort-w2 intro error-handling |
| Medium | Mini Parser | enums strings parsing result cohort-w4 intro |
| Medium | Result Combinators | cohort-w2 combinators result error-handling |
| Medium | The ? Operator | result error-handling cohort-w2 question-mark propagation |
| Medium | Custom Error Types | enums result error-handling cohort-w2 question-mark intro |
| Medium | cut: Extract a Field | iterators unix-tools result option |