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
There are some unification issues that prevent convenient usage without intermediate type signatures (https://gitlab.haskell.org/ghc/ghc/-/issues/18759), but once they're ironed out, we'll be able to support all fields via labels :)
The text was updated successfully, but these errors were encountered:
arybczak
changed the title
Support lenses/labels for fields of higher rank types with GHC >= 9.1 via QL impredicativity
Support lenses for fields of higher rank types with GHC >= 9.1
Oct 11, 2020
arybczak
changed the title
Support lenses for fields of higher rank types with GHC >= 9.1
Support lenses for fields of higher rank types with GHC >= 9.2
Jan 6, 2022
With https://gitlab.haskell.org/ghc/ghc/-/merge_requests/3220 merged (:tada: :exclamation: :tada:), the following compiles with GHC 9.1.0_20200927:
There are some unification issues that prevent convenient usage without intermediate type signatures (https://gitlab.haskell.org/ghc/ghc/-/issues/18759), but once they're ironed out, we'll be able to support all fields via labels :)
The text was updated successfully, but these errors were encountered: