Skip to content

Commit

Permalink
Add note in the end about opening a PR (kowainik#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh authored Sep 30, 2020
1 parent 0cd67e6 commit 8c555aa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Chapter1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,11 @@ aren't ready for this boss yet!
firstDigit n = error "firstDigit: Not implemented!"


{-
You did it! Now it is time to the open pull request with your changes
and summon @vrom911 and @chshersh for the review!
}
{-
=πŸ“œ= Additional resources
Expand Down
6 changes: 6 additions & 0 deletions src/Chapter2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -849,3 +849,9 @@ and reverses it.
cheating!
-}
rewind = error "rewind: Not Implemented!"


{-
You did it! Now it is time to the open pull request with your changes
and summon @vrom911 and @chshersh for the review!
}
6 changes: 6 additions & 0 deletions src/Chapter3.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,12 @@ Implement data types and typeclasses, describing such a battle between two
contestants, and write a function that decides the outcome of a fight!
-}


{-
You did it! Now it is time to the open pull request with your changes
and summon @vrom911 and @chshersh for the review!
}
{-
=πŸ“œ= Additional resources
Deriving: https://kowainik.github.io/posts/deriving
Expand Down
6 changes: 6 additions & 0 deletions src/Chapter4.hs
Original file line number Diff line number Diff line change
Expand Up @@ -670,3 +670,9 @@ Specifically,
subtree of a tree
❃ Implement the function to convert Tree to list
-}


{-
You did it! Now it is time to the open pull request with your changes
and summon @vrom911 and @chshersh for the review!
}

0 comments on commit 8c555aa

Please sign in to comment.