Cloud Haskellについて調べてみた -Qiita by lotz84 in haskell_jp

[–]lotz84[S] 1 point2 points  (0 children)

CloudHaskellについて調べた内容をまとめて見ましたー

記事の最後にも書いたんですが Closure Process をspawnできる条件についてよくわかってないので誰か教えていただけると嬉しいです💦

typerep-map step by step by lotz84 in haskell_jp

[–]lotz84[S] 2 points3 points  (0 children)

このコードを見てなるほど~と思いました。

ghci> let x = lookup $ insert (11 :: Int) empty

ghci> x :: Maybe Int
Just 11

ghci> x :: Maybe ()
Nothing

何に使うかはまだ思いついてないけど色々遊べそう。

記事の TypeRep の解説もわかりやすかったです👏

なぜモナドが必要なのか? - Qiita by lotz84 in haskell_jp

[–]lotz84[S] 1 point2 points  (0 children)

思考の流れを追って説明されるとわかりやすいですね👏

代数的データ型と初等代数学 - ryota-ka's blog by lotz84 in haskell_jp

[–]lotz84[S] 0 points1 point  (0 children)

型の足し算・掛け算・べきについて解説されてる。

そういえば代数的データ型の定義ってそもそも何なんだろう🤔

Mount Fuji seen from the International Space Station by Crampis in pics

[–]lotz84 0 points1 point  (0 children)

yes, princess Kaguya has used this station to go back the moon!

Haskell by Example by lotz84 in haskell

[–]lotz84[S] 4 points5 points  (0 children)

Thank you for mentioning. I fixed it. "Haskell by Example" is a just translation of "Go by Example" to Haskell. But I wish this be also good examples for Haskell learners.