Applicative instances of IsBlock, IsInline etc.#163
Conversation
|
Just trying to think about the implications of UndecideableInstances and the overlap. I've never really been clear about the potential dangers of the former, but I was under the impression that the common wisdom was to avoid it. Maybe you can tell me more? As for the overlapping, I take it that this would still allow you to define your own newtype wrapper that is an instance of Applicative but that diverges from this default in the way it renders certain elements? |
|
I don't see that in any of the code in this repository. It could be that I've used it in some other project. Anyway, I'm persuaded that this won't cause problems. |
|
I spelled it wrong, it's |
|
Ah yes, you're right, we already use that! |
|
Thanks |
No description provided.