Re: [elm-discuss] Elm Test building custom generators

2016-10-17 Thread Zachary Kessin
Yes I did Zach ᐧ On Mon, Oct 17, 2016 at 2:31 AM, Max Goldstein wrote: > Fuzz.map4, which I think was only added in 2.1.0 so that's why Zachary > didn't see it in August. > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss"

Re: [elm-discuss] Elm Test building custom generators

2016-10-16 Thread Max Goldstein
Fuzz.map4, which I think was only added in 2.1.0 so that's why Zachary didn't see it in August. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [elm-discuss] Elm Test building custom generators

2016-10-16 Thread John Orford
Zach, did you find an answer for this in the end? On Sun, 28 Aug 2016 at 11:52 Zachary Kessin wrote: > I am banging my head against the elm-test fuzzer API. > > I have a record like this > > > type alias Location = > { id : String > , latitude : Float > ,