Paweł Obrok
Paweł Obrok
So I was thinking about `combine` a bit recently and it seems to me unlike its haskell older brother it has a problem parsing recursive grammars. Take this example of...
Closes #97 I dug around some more and managed to come up with the following change to fix #97. It doesn't seem to help with deeply nested cases of `tree/2`,...
I'm using `stream_data` to generate a rather large data structure representing an SQL query. I was having problems shrinking the generated examples - it seemed like only minor details like...
I believe this is the correct usage? Or am I missing something?