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
回答の putStr (unlines (reverse (lines input))) のように、inputに<-で代入する行以外は1行で書くことをもう少し明確にしたほうがハマりにくそう。 回答を全部見せるようなことはしなくとも、例えば print (reverse (lines input)) みたいな途中の式ぐらいは本文に示した方がいいかもしれない。
putStr (unlines (reverse (lines input)))
input
<-
print (reverse (lines input))
(もちろん、mmlh verifyコマンドが出すヒントで示すのもいいと思う)
mmlh verify
The text was updated successfully, but these errors were encountered:
igrep
No branches or pull requests
回答の
putStr (unlines (reverse (lines input)))
のように、input
に<-
で代入する行以外は1行で書くことをもう少し明確にしたほうがハマりにくそう。回答を全部見せるようなことはしなくとも、例えば
print (reverse (lines input))
みたいな途中の式ぐらいは本文に示した方がいいかもしれない。(もちろん、
mmlh verify
コマンドが出すヒントで示すのもいいと思う)The text was updated successfully, but these errors were encountered: