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).
GHC 8.8.1 のハイライト機能の1つ "visible type applications" について