Conversation
536bf56 to
62055d2
Compare
|
Anyone feels like reviewing this PR? If not, I'll merge it over the weekend and make it part of the upcoming release #110 |
Shimuuar
left a comment
There was a problem hiding this comment.
Looks good. It adds dependency on STM but since it's de facto part of stanadrd library it's not a problem.
I thought it could cause problems for STM if its test suite depends on random and thus becomes nonbuildable. But it turns out stm does not have one, at least in cabal file
Actually only the test suite depends on |
I don't know why I haven't thought of this before, but here is a mutable generator that works in STM:
TGenMthat is based on aTVar