
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Type Class Notes - Qiita
Haskell's typeclasses Haskell's Functor is a type class. Any type constructor that implements Fun... Haskell's typeclasses Haskell's Functor is a type class. Any type constructor that implements Functor's fmap is a functor. To be more technical, the type constructor + implementation of fmap is an endofunctor on Hask. If ((,) e) is a type constructor, it means a tuple type of two elements with the first being e while the second is a type variable. Note that ((,) 1) is a function. It's type is not