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
Decided to look into it because Text was using String generator. And that is a
strange beginning for Text.
Then String, better to depend on list as a classical lazy generator. And then
even list can be updated to other builder if needed.
There was rewrapping play on internal `arbitrary` types&functions.
This is the exactly same code, which got rewrapped manually, generation just classically
derives from 'arbitraryUnicodeChar :: Gen Char'.
0 commit comments