Skip to content
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

Fix: typo修正とanswer/questionで型が異なっているのを修正 #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

uta8a
Copy link

@uta8a uta8a commented Jul 30, 2022

Elmドリルに取り組んだ過程で見つけた修正です

Changes

  • コメントのtypo修正: 732c386
  • コメントで引数間のスペースがないのを修正: 4bbd23c
  • 型がAnswerでは zipWithIndex : List a -> List ( Int, a ) だったがQuestionでは zipWithIndex : List a -> List ( a, b ) だったのでAnswerに合わせるようquestion側を修正: bd05180
  • 引数がAnswerでは removeAt index list = だったがQuestionでは removeAt index = だったのでAnswer側に合わせるよう修正: 243e85c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant