You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we only had additive context flavours that worked via type intersection.
Later, we added transformative context flavours that are strictly more powerful. All additive flavour can be expressed that way.
We should rework all plugin to only use transformative flavours in order to avoid confusion. People find it hard to understand how to combine the two types of types.
This should be dropped from the docs, as well.
The text was updated successfully, but these errors were encountered:
Previously, we only had additive context flavours that worked via type intersection.
Later, we added transformative context flavours that are strictly more powerful. All additive flavour can be expressed that way.
We should rework all plugin to only use transformative flavours in order to avoid confusion. People find it hard to understand how to combine the two types of types.
This should be dropped from the docs, as well.
The text was updated successfully, but these errors were encountered: