jobjo / popper

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

Failure "Unsupported core-type" when using type with module path #66

Closed copy closed 3 years ago

copy commented 3 years ago

For example:

module X = struct
  type t = int [@@deriving show, popper, ord]
end
type k = {
  t : X.t
} [@@deriving show, popper, ord]
jobjo commented 3 years ago

Thanks @copy. Will address shortly.

jobjo commented 3 years ago

Addressed in https://github.com/jobjo/popper/pull/67