Open skadinyo opened 9 years ago
Please commit and put the link to the file here so we can trace the progress and spot common problems, if you dont know how to commit to github then learn it asap. Two playlists you need to watch are the old one and one B.
To make it more fun, everytime you commit something from github you can mention us ( @squest or @skadinyo ) in the description part (on github for windows/mac) so we can get some notification each time you commit. Commit at least once a day is a healthy habit, and more commits are preferable though.
We forgot to mention one important function : iterate. When testing iterate, you need to put take x before it, like this:
haskell
take 10 (iterate succ 5)
Otherwise your ghci will go bananas...there are also other functions that have the same behaviour like this one, for example you can try [7..] and see the result. To solve similar problems, simply use take as exampled above.
Ps: please someone change my code's quote into backquote, I'm writing this on ipad, and for jojon sake I dont know why they dont have backquote here.
For information check https://github.com/Zenius2016/BoardAlfa/tree/master/firstAssignment
Please mention the link to your working file example: https://github.com/Zenius2016/BoardAlfa/blob/master/firstAssignment/template.hs
If tutors have reviewed your code, i will mention you like this @squest, @niluhdea , @Annaraf , @1996c ......
If you have finished your assignment and tutors have not reviewed it yet, you can ask tutors to reviewed it from this issue, LINE, or face to face.
don't forget to always commit your work, whether or not it has finished. So, tutor can see and review the progress.