You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: