Skip to content

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

Open
uta8a wants to merge 4 commits intojinjor:masterfrom
uta8a:fix-1
Open

Fix: typo修正とanswer/questionで型が異なっているのを修正#9
uta8a wants to merge 4 commits intojinjor:masterfrom
uta8a:fix-1

Conversation

@uta8a
Copy link
Copy Markdown

@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.

1 participant