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
After creating some rather complex regular expression assembly DSL, in the end I get a pattern match failure, and now I am having a hard time to debug my code. It would be great if RE had a show instance, or maybe some debugShow :: Show s => RE s a -> String function that explains the structure of the regular expression.
The text was updated successfully, but these errors were encountered:
After creating some rather complex regular expression assembly DSL, in the end I get a pattern match failure, and now I am having a hard time to debug my code. It would be great if
RE
had a show instance, or maybe somedebugShow :: Show s => RE s a -> String
function that explains the structure of the regular expression.The text was updated successfully, but these errors were encountered: