We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For type inference, I think this should/can have fundeps as:
class NestedFunctor fa fb a b | fb a b -> fa, fa fb b -> a, fa a b -> fb, fa fb a -> b where
But it doesn't work.
I don't know why. Please HELP! Is this a compiler issue or not?