We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
よく考えたらletについて説明する場面がこの先にないし、どうも
let
do hoge <- getContents bar = foo hoge
のように書いてしまって間違うケースが後を絶たないので、正しく代入する方法を早いうちに教えた方がよさそう。
The text was updated successfully, but these errors were encountered:
うーむ、ちょっと考えてみたけど、課題4の趣旨としては、「入れ子になった関数呼び出し」に慣れて欲しいという意図があるので、課題4でletの紹介はしたくないなぁ。 #88 を解決すれば根本的な問題は取り除けそうだし、課題5か6にしようかな...
Sorry, something went wrong.
66c57e9
No branches or pull requests
よく考えたら
let
について説明する場面がこの先にないし、どうものように書いてしまって間違うケースが後を絶たないので、正しく代入する方法を早いうちに教えた方がよさそう。
The text was updated successfully, but these errors were encountered: