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
As it was discussed in #156 (comment) and #156 (comment) we should split out the core functionality of random out into a new random-core package, which would be the direct dependency of QuickCheck, thus allowing for easy testing of boot packages like bytestring without creating circular dependencies.
This would allow us to not only provide Uniform and UniformRange instances for more types from boot libraries, but would allow us to expend the interface to generating random data structures (eg, containers, array, etc.)
The text was updated successfully, but these errors were encountered:
As it was discussed in #156 (comment) and #156 (comment) we should split out the core functionality of
random
out into a newrandom-core
package, which would be the direct dependency of QuickCheck, thus allowing for easy testing of boot packages likebytestring
without creating circular dependencies.This would allow us to not only provide
Uniform
andUniformRange
instances for more types from boot libraries, but would allow us to expend the interface to generating random data structures (eg,containers
,array
, etc.)The text was updated successfully, but these errors were encountered: