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
(I'm filing this just so that there is an issue, not because I expect it to be fixed any time soon)
Two of the points in the "Limitations" section refer to now-closed bugs with extensions available in GHC 8: UndecidableSuperClasses and TypeFamilyDependencies.
The text was updated successfully, but these errors were encountered:
The UndecidableSuperClasses is exactly what I wanted, and I'm in the process of roling that out.
The TypeFamilyDependencies extension is extremely limited in the injectivity that is supported. I don't think this extension solves any of the problems that I was running into.
More generally, I need what this page describes as "Type C injectivity". Since types A and B aren't fully implemented yet, however, this seems like it's probably a long way off.
(I'm filing this just so that there is an issue, not because I expect it to be fixed any time soon)
Two of the points in the "Limitations" section refer to now-closed bugs with extensions available in GHC 8:
UndecidableSuperClasses
andTypeFamilyDependencies
.The text was updated successfully, but these errors were encountered: