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
GHC 8.8.1 のハイライト機能の1つ "visible type applications" について
GHC now supports visible kind applications, as described in GHC proposal #15. This extends the existing visible type applications feature to permit type applications at the type level (e.g., f :: Proxy ('Just @Bool 'True)) in addition to the term level (e.g., g = Just @Bool True).
The text was updated successfully, but these errors were encountered:
GHC 8.8.1 のハイライト機能の1つ "visible type applications" について
The text was updated successfully, but these errors were encountered: