File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
preprocessed-site/posts/2019 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ GitLabへの移行やHadrianと呼ばれる新しいビルドシステムの導
5454
5555言及された主な追加機能は以下のとおりです。
5656
57- - [ ` TypeApplications ` ] ( https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#extension-TypeApplication ) という言語拡張が、型変数だけでなくカインド変数に対しても適用できるようになりました。
57+ - [ ` TypeApplications ` ] ( https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#extension-TypeApplications ) という言語拡張が、型変数だけでなくカインド変数に対しても適用できるようになりました。
5858 正直に言って、個人的に使いどころがまだまだなさそうな機能ではありますが...。
5959- [ ` ScopedTypeVariables ` ] ( https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#extension-ScopedTypeVariables ) という言語拡張を使った場合に、パターンマッチした変数に型注釈を付けることができるようになる、という機能がありまして、これが拡張されました。
6060 具体的には、従来下記のように書くことで、関数自体の型注釈にある型変数` a ` と、パターンマッチした変数` x ` に型注釈した` b ` が等しくなるように書くことができたのを、
You can’t perform that action at this time.
0 commit comments