Open fdupress opened 10 months ago
It is currently effectively impossible to have two instances of, say, type class monoid on a single type (for example int). The instances can be defined, but only the operators corresponding to the first can be selected.
monoid
int
It is currently effectively impossible to have two instances of, say, type class
monoid
on a single type (for exampleint
). The instances can be defined, but only the operators corresponding to the first can be selected.