Re: [ANN] test.check 0.8.0

2015-08-17 Thread Laurens Van Houtven
Awesome, thanks!!! > On Aug 16, 2015, at 5:58 PM, Gary Fredericks wrote: > > oh yeah, my scale example did look a lot like fmap. > > There is some context on the original jira ticket > . > > scale lets you modify the size of objects generated by a

Re: [ANN] test.check 0.8.0

2015-08-16 Thread Gary Fredericks
oh yeah, my scale example did look a lot like fmap. There is some context on the original jira ticket . scale lets you modify the size of objects generated by a generator. So e.g. (gen/list gen/nat) will under normal settings generate lists of size

Re: [ANN] test.check 0.8.0

2015-08-16 Thread Mayank Jain
Hi Gary, Thanks a lot for this new update. Was waiting for it :) On Sun, Aug 16, 2015 at 7:26 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > Hi Gary > > > Thanks a lot for your hard work; I'm a big fan of test.check and have been > tracking the RCs :) > > Could you help me understand the differ

Re: [ANN] test.check 0.8.0

2015-08-15 Thread Laurens Van Houtven
Hi Gary Thanks a lot for your hard work; I'm a big fan of test.check and have been tracking the RCs :) Could you help me understand the difference between scale and fmap? thanks lvh Sent from my iPhone > On Aug 15, 2015, at 13:08, Gary Fredericks wrote: > > I'm happy to announce the r