Open
Description
Hello,
I was trying to use but as someone unfamiliar with quick check it’s quite hard to understand how to use this library, so much that I’ve decided to open this issue.
I would love to see some examples of functor
and monad
From the source I understand the first argument of those functions is just to correctly infer the type of monad to test m
, but I don’t understand the triple (a, b, c)
and their constraints (QuickCheck related). How am I supposed to call those functions?
A thought: if the argument is discarded and is only there for matters of inference, why not use Data.Proxy
which is what I think to be the preferred way of passing an argument for its type?
Metadata
Metadata
Assignees
Labels
No labels