Closed bruderj15 closed 2 months ago
As in https://github.com/ekmett/ersatz/issues/54 we probably can generalize the function.
I occasionally also need to count type Bool.
Bool
But: Will this worsen API-readability? Or even worse, do we get ambigous types?
Not possible because Orderable is monomorphic in result type for comparing functions.
Orderable
As in https://github.com/ekmett/ersatz/issues/54 we probably can generalize the function.
I occasionally also need to count type
Bool
.But: Will this worsen API-readability? Or even worse, do we get ambigous types?