elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
236 stars 40 forks source link

Curry pair and triple fuzzers. #157

Closed drathier closed 3 years ago

drathier commented 3 years ago

I think it would help composibility if we curried the pair and triple fuzzers. This PR does that.

Janiczek commented 3 years ago

I would love that - I believe I have something similar in the WIP shrinking PR. The ergonomics seem better to me.