Open Rewbert opened 3 years ago
Now it just crashes if the parsing fails, but we could change the parse function from Maybe Trace to be Either ParseError Trace instead, and let the client code handle errors in an appropriate way.
Maybe Trace
Either ParseError Trace
Now it just crashes if the parsing fails, but we could change the parse function from
Maybe Trace
to beEither ParseError Trace
instead, and let the client code handle errors in an appropriate way.