jobjo / popper

Property-based testing at ease
ISC License
43 stars 1 forks source link

Support deriving sample for labeled arguments #68

Closed jobjo closed 3 years ago

jobjo commented 3 years ago

Addressing https://github.com/jobjo/popper/issues/38

Support constructs such as:

type t = { run : name:string -> unit -> int } [@@deriving sample]