products and sums of setoids
it is interesting to see that there is no induced products and sums of setoids in this library yet. do I just overlook it or is it indeed the case.
If I understand what you're after correctly then they should be in 'Data.(Sum/Product).Relation.Binary.Equality.Setoid'?
hmm I don't find those modules though?
oh you meant Pointwise. I see, that's a bit tricky to notice.
Hmm, it definitely would be a little easier to find if the modules I suggested actually existed...
But yeah, this is a classic problem of having two hierarchies (type formers and order structures), but only reflecting one of them in the module hierarchy.
So this issue really is about findability rather than missing functionality? I have seen sum and product of setoids in the 2.0 library (but, of course, I can't find them right now...)