Closed arkeet closed 4 years ago
The only change is to the Corepresentable
instance. Which thing is wrong?
The Representable
instance defines tabulate = cotabulate
, so really this fixes both (the corresponding law for Profunctor.Corepresentable
is cosieve . cotabulate ≡ id
).
I'm fine merging that PR however I'm not well versed into Representable
instances. Could someone jump in and confirm that patch isn't breaking anything?
Bumping this :-)
The current instance doesn't satisfy the law
index . tabulate ≡ id
:I think
index
is correct, sotabulate
needs to be fixed.