-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
コレクションの初期コンテンツを作る。 #3
Comments
のふたつは、いわゆる手続き的なループ処理のことでした。 |
mapM(mapM_)とかfor(for_)あたりでできるので、入れておいても良い気がしますが。 |
確かにそのあたりはやりたいことが近いような感はありますね。 ただ、手続き的なループよりもできることが限定されるので、もっと具体的な項目として挙げるのがよいかな、と思います。 |
「全要素を順に処理する」にも、写像、畳込み、副作用、フィルターなど、様々な目的があるので、そういった概要説明と関連項目へのリンクをまとめた項目にしてもよいかな。 |
なるほど、わかりました。 |
についてですが,Haskellでは |
@ncaq そうですね、それでもよいと思います。 このサンプルでは、 |
リストの全要素を順に処理するマップの全要素を順に処理するThe text was updated successfully, but these errors were encountered: