Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 457 Bytes

File metadata and controls

5 lines (4 loc) · 457 Bytes

This directory contains code from Point-Free Episode: Parser Errors: from Nil to Throws

Let’s explore the topic of error handling. We will scrutinize how we model errors in our parsing library and the problems that have come out of it, and we will address these problems by changing the fundamental shape of the parser type.