Commit 812d8c0
committed
Tests.QuickCheckUtils: i Arbitrary Text: refactor
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'.1 parent d72cf35 commit 812d8c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments