Skip to content

Commit 9f2d192

Browse files
committed
Fix broken links
1 parent aa4cb22 commit 9f2d192

18 files changed

Lines changed: 131 additions & 144 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This project is licensed under the Creative Commons Public License [CC BY-SA 4.0
2929
[issue]: https://help.github.com/articles/about-issues/
3030
[pull request]: https://help.github.com/articles/about-pull-requests/
3131
[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/deed.cs
32-
[MI-AFP]: http://bk.fit.cvut.cz/en/predmety/00/00/00/00/00/00/05/42/92/p5429206.html
32+
[MI-AFP]: https://bk.fit.cvut.cz/en/predmety/00/00/00/00/00/00/05/42/92/p5429206.html
3333
[MI-AFP organization]: https://github.com/MI-AFP
3434
[MI-PYT]: https://github.com/cvut/MI-PYT
3535
[LICENSE]: LICENSE

project-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To avoid that, you need some people to do reviews for you and do the review for
142142

143143
As already being said few times, there are services that can be easily integrated with GitHub or GitLab in order to do something with your project automatically when you push commits, create pull request, release new version, or do some other action. The "something" can be actually anything and you can write such "[CI tool](https://en.wikipedia.org/wiki/Continuous_integration)" even by yourself.
144144

145-
* Continuous Integration - This term is used usually when your software is built (all parts are integrated), and tested with automatic tests or at least attempt to execute it is done. The result is that at that moment your code is (at least somehow) working. It is nice to see in your commits history which were working and which were not. For this, you can use [Travis CI](travis-ci.org), [Semaphore CI](https://semaphoreci.com), AppVeyor, and many others.
145+
* Continuous Integration - This term is used usually when your software is built (all parts are integrated), and tested with automatic tests or at least attempt to execute it is done. The result is that at that moment your code is (at least somehow) working. It is nice to see in your commits history which were working and which were not. For this, you can use [Travis CI](https://travis-ci.org), [Semaphore CI](https://semaphoreci.com), AppVeyor, and many others.
146146
* Continuous Inspection - Services that does static inspection of your code, they can verify dependencies of your project, evaluate coverage, and others. One of the examples is [SonarQube](https://www.sonarqube.org), but again there are many similar services.
147147
* Continuous Delivery - If your code passed the build and test phases, it can be deployed somewhere. The deployment can have many realizations, from actual deployment on some web hosting or app server (realized, for example, by service like [Heroku](https://www.heroku.com) or [AWS](https://aws.amazon.com)), though publishing new documentation on [ReadTheDocs](https://readthedocs.org), to uploading installation packages to some registry. All depends what you need, want, and how you will set it up.
148148

references.md

Lines changed: 57 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -3,110 +3,106 @@
33
## Rationale
44

55
* https://dzone.com/articles/why-haskell-matters
6-
* http://programmers.stackexchange.com/questions/279316/what-exactly-makes-the-haskell-type-system-so-revered-vs-say-java/
6+
* https://programmers.stackexchange.com/questions/279316/what-exactly-makes-the-haskell-type-system-so-revered-vs-say-java/
77
* https://www.reddit.com/r/haskell/comments/3f4s3r/advantages_and_disadvantages_of_haskell_in/
88
* https://code.facebook.com/posts/745068642270222/fighting-spam-with-haskell/
99
* https://www.reddit.com/r/haskell/comments/3h7fqr/what_are_haskellers_critiques_of_scala/
1010
* https://www.reddit.com/r/haskell/comments/3h5og6/i_now_tend_to_think_that_the_concepts_behind_all/
11-
* http://jfeltz.com/posts/2015-08-30-cost-decreasing-software-architecture.html
1211
* https://medium.com/@bryanmikaelian/haskell-changed-me-f98ebbb84333
13-
* http://www.leonmergen.com/code/2015/12/04/on-stateless-software-design-what-is-state.html
1412
* https://www.futurelearn.com/courses/functional-programming-haskell/1/steps/115453
15-
* http://baatz.io/posts/haskell-in-a-startup/
13+
* https://baatz.io/posts/haskell-in-a-startup/
1614
* https://lexi-lambda.github.io/blog/2016/06/12/four-months-with-haskell/?utm_source=all
17-
* http://www.stephendiehl.com/posts/production.html
15+
* https://www.stephendiehl.com/posts/production.html
1816
* https://www.reddit.com/r/haskell/comments/46jaqx/i_really_want_to_use_haskell_but_im_having/
1917
* https://www.wagonhq.com/blog/haskell-for-industry
20-
* http://www.lihaoyi.com/post/WhatsFunctionalProgrammingAllAbout.html
18+
* https://www.lihaoyi.com/post/WhatsFunctionalProgrammingAllAbout.html
2119
* https://kseo.github.io/posts/2017-01-27-how-i-learned-haskell.html
2220
* https://hackernoon.com/easing-haskells-intimidating-glare-2341095e88aa
2321
* https://www.fpcomplete.com/blog/2016/11/mastering-time-to-market-haskell
2422

2523
## Courses and Fundamental topics
2624

27-
* http://learnyouahaskell.com
28-
* http://haskellbook.com/
25+
* https://learnyouahaskell.github.io/
26+
* https://haskellbook.com/
2927
* https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0
30-
* http://book.realworldhaskell.org
31-
* http://dev.stephendiehl.com/hask/
28+
* https://i.iinfo.cz/files/root/k/real-world-haskell.pdf
29+
* https://dev.stephendiehl.com/hask/
3230
* https://wiki.haskell.org
3331
* https://www.fpcomplete.com/
34-
* http://nptel.ac.in/courses/106106137/
32+
* https://nptel.ac.in/courses/106106137/
3533
* https://www.reddit.com/r/haskell/comments/3j36wc/haskell_tutorial_collection/
36-
* http://www.happylearnhaskelltutorial.com/
37-
* http://learn.hfm.io/higher_order.html
34+
* https://www.happylearnhaskelltutorial.com/
35+
* https://learn.hfm.io/higher_order.html
3836
* https://github.com/takenobu-hs/type-introduction-illustrated
39-
* http://stackoverflow.com/questions/15530511/how-to-edit-nth-element-in-a-haskell-list
37+
* https://stackoverflow.com/questions/15530511/how-to-edit-nth-element-in-a-haskell-list
4038
* https://www.youtube.com/playlist?list=PLsAEIIjTPIo83ufYYkaPjUwZUuTe1LoZP
41-
* http://www.scs.stanford.edu/11au-cs240h/notes/
39+
* https://www.scs.stanford.edu/11au-cs240h/notes/
4240
* https://www.futurelearn.com/courses/functional-programming-haskell
4341
* https://m.reddit.com/r/haskell/comments/4ooxqc/does_anyone_have_a_progressive_list_of_beginner/
44-
* http://cheatsheet.codeslower.com/
42+
* https://cheatsheet.codeslower.com/
4543
* https://github.com/warreee/haskell
46-
* http://lotz84.github.io/haskellbyexample/
47-
* http://ndmitchell.com/downloads/slides-drive-by_haskell_contributions-09_jun_2017.pdf
48-
* http://bitemyapp.com
44+
* https://lotz84.github.io/haskellbyexample/
45+
* https://ndmitchell.com/downloads/slides-drive-by_haskell_contributions-09_jun_2017.pdf
46+
* https://bitemyapp.com
4947
* https://kseo.github.io/posts/2017-01-28-build-your-haskell-project-continuously.html
50-
* http://www.atamo.com/articles/how-to-read-pearls-by-richard-bird/
48+
* https://www.atamo.com/articles/how-to-read-pearls-by-richard-bird/
5149
* https://mmhaskell.com/blog/2017/1/30/the-easiest-haskell-idiom
5250

5351
## Problems Solving
5452

5553
* https://www.reddit.com/r/haskell/comments/469n8s/best_practices_for_modifiable_state_in_haskell/
5654
* https://www.youtube.com/watch?v=p-NBJm0kIYU
57-
* http://research.microsoft.com/en-us/um/people/simonpj/papers/financial-contracts/contracts-icfp.htm
55+
* https://research.microsoft.com/en-us/um/people/simonpj/papers/financial-contracts/contracts-icfp.htm
5856
* https://www.reddit.com/r/haskell/comments/3ez1k4/how_would_you_design_this_program_in_haskell/
59-
* http://blog.ezyang.com/2010/05/design-patterns-in-haskel/
57+
* https://blog.ezyang.com/2010/05/design-patterns-in-haskel/
6058
* https://www.reddit.com/r/haskell/comments/3r8x5m/best_way_to_model_a_deck_of_cards/
61-
* http://ideas.cs.uu.nl/FPTutor/
62-
* http://www.parsonsmatt.org/2015/12/09/exploratory_haskell.html
63-
* http://abailly.github.io/posts/event-source.html
59+
* https://ideas.cs.uu.nl/FPTutor/
60+
* https://www.parsonsmatt.org/2015/12/09/exploratory_haskell.html
61+
* https://abailly.github.io/posts/event-source.html
6462
* https://mmhaskell.com/blog/2017/7/24/getting-the-users-opinion-options-in-haskell
6563

6664
## Specific Topics
6765

6866
* https://hackhands.com/lazy-evaluation-works-haskell/
69-
* http://jelv.is/blog/Haskell-Monads-and-Purity/
70-
* http://brandon.si/code/the-state-monad-a-tutorial-for-the-confused/
71-
* http://www.haskellforall.com/2015/10/polymorphism-for-dummies.html
72-
* http://www.gilmi.xyz/post/2015/08/12/how-haskell-models-io
67+
* https://jelv.is/blog/Haskell-Monads-and-Purity/
68+
* https://brandon.si/code/the-state-monad-a-tutorial-for-the-confused/
69+
* https://www.haskellforall.com/2015/10/polymorphism-for-dummies.html
70+
* https://www.gilmi.xyz/post/2015/08/12/how-haskell-models-io
7371
* https://www.reddit.com/r/haskell/comments/3hqvzi/how_to_accomplish_edits_of_a_large_dataset_in
7472
* https://www.reddit.com/r/haskell/comments/3is2ay/what_gui_libray_do_you_userecommend/
7573
* https://www.reddit.com/r/haskell/comments/3wxggs/whats_the_best_way_to_create_gui_for_haskell/
76-
* http://www.alexeyshmalko.com/2015/haskell-string-types/
74+
* https://www.alexeyshmalko.com/2015/haskell-string-types/
7775
* https://www.reddit.com/r/haskell/comments/3u5ryh/fast_way_to_serialize_haskell_objects/
78-
* http://kwangyulseo.com/2014/02/06/multi-line-strings-in-haskell/
76+
* https://kwangyulseo.com/2014/02/06/multi-line-strings-in-haskell/
7977
* https://github.com/asivitz/Hickory
8078
* https://m.reddit.com/r/haskell/comments/4vh4sg/recommended_way_of_dealing_with_db_associations/
8179
* https://m.reddit.com/r/haskell/comments/4shcin/whats_the_best_way_to_create_prebuilt_binaries_of/
8280
* https://two-wrongs.com/parser-combinators-parsing-for-haskell-beginners
8381
* https://jeltsch.wordpress.com/2016/02/22/generic-programming-in-haskell/
84-
* http://blog.ssanj.net/posts/2014-09-23-A-Simple-Reader-Monad-Example.html
82+
* https://blog.ssanj.net/posts/2014-09-23-A-Simple-Reader-Monad-Example.html
8583
* https://www.athiemann.net/2017/07/02/superrecord.html
8684
* https://www.schoolofhaskell.com/user/fumieval/encoding-objects
87-
* http://www.stephendiehl.com/posts/strings.html
85+
* https://www.stephendiehl.com/posts/strings.html
8886
* https://mmhaskell.com/blog/2017/5/15/untangling-haskells-strings
8987
* https://medium.com/@jonathangfischoff/the-partial-options-monoid-pattern-31914a71fc67
90-
* http://vaibhavsagar.com/blog/2017/05/29/imperative-haskell/
88+
* https://vaibhavsagar.com/blog/2017/05/29/imperative-haskell/
9189
* https://hackernoon.com/type-class-patterns-and-anti-patterns-efd045c5af66
9290
* https://philipnilsson.github.io/Badness10k/posts/2017-05-07-escaping-hell-with-monads.html
9391
* https://medium.com/@sjsyrek/five-minutes-to-monoid-fe6f364d0bba
94-
* http://foswiki.cs.uu.nl/foswiki/pub/Swierstra/ResearchTalks/tree-oriented-programming-slides.pdf
92+
* https://foswiki.cs.uu.nl/foswiki/pub/Swierstra/ResearchTalks/tree-oriented-programming-slides.pdf
9593
* https://hackernoon.com/typeclass-instance-selection-fea1068920e6
9694
* https://two-wrongs.com/dynamic-dispatch-in-haskell-how-to-make-code-extendable
9795
* https://e.xtendo.org/monad#1
98-
* http://www.cs.nott.ac.uk/~pszgmh/fold.pdf
99-
* http://www.parsonsmatt.org/2017/02/17/ooph_data_inheritance.html
96+
* https://www.parsonsmatt.org/2017/02/17/ooph_data_inheritance.html
10097

10198
### Lenses
10299

103-
* http://www.haskellforall.com/2013/05/program-imperatively-using-haskell.html
100+
* https://www.haskellforall.com/2013/05/program-imperatively-using-haskell.html
104101
* https://m.reddit.com/r/haskell/comments/4s84tc/examples_of_why_lens_is_useful/
105-
* http://www.mchaver.com/posts/2017-07-12-lens-tutorial-1.html
106102

107103
### Databases
108104

109-
* http://stackoverflow.com/questions/104960/are-there-any-orm-tools-for-haskell
105+
* https://stackoverflow.com/questions/104960/are-there-any-orm-tools-for-haskell
110106
* https://github.com/begriffs/postgrest/blob/master/README.md
111107

112108
### GUI
@@ -127,8 +123,7 @@
127123

128124
### VIM
129125

130-
* http://www.stephendiehl.com/posts/vim_haskell.html
131-
* http://blog.mno2.org/posts/2011-11-17-vim-plugins-for-haskell-programmers.html
126+
* https://www.stephendiehl.com/posts/vim_haskell.html
132127
* https://github.com/eagletmt/neco-ghc
133128
* https://github.com/begriffs/haskell-vim-now
134129

@@ -141,14 +136,13 @@
141136

142137
## Libraries
143138
* https://github.com/krispo/awesome-haskell
144-
* http://haskelliseasy.readthedocs.io/en/latest/
145-
* http://www.haskellforall.com/2015/08/state-of-haskell-ecosystem-august-2015.html?m=1
146-
* http://projects.haskell.org/diagrams/doc/quickstart.html
139+
* https://haskelliseasy.readthedocs.io/en/latest/
140+
* https://www.haskellforall.com/2015/08/state-of-haskell-ecosystem-august-2015.html?m=1
141+
* https://projects.haskell.org/diagrams/doc/quickstart.html
147142

148143
## Architecture
149144

150-
* http://stackoverflow.com/questions/3077866/large-scale-design-in-haskell
151-
* http://stackingyourmonads.benkolera.com/#/
145+
* https://stackoverflow.com/questions/3077866/large-scale-design-in-haskell
152146
* https://dshevchenko.biz/hs-research/Haskell-in-the-Large.pdf
153147

154148
## Web Development
@@ -158,65 +152,64 @@
158152
### Server Side
159153

160154
* https://www.slant.co/topics/727/~haskell-web-frameworks-for-building-restful-web-services
161-
* http://stackoverflow.com/questions/5645168/comparing-haskells-snap-and-yesod-web-frameworks
162-
* http://zyghost.com/articles/Renderable.html
155+
* https://stackoverflow.com/questions/5645168/comparing-haskells-snap-and-yesod-web-frameworks
156+
* https://zyghost.com/articles/Renderable.html
163157
* https://robots.thoughtbot.com/a-rest-api-with-haskell-and-snap
164158

165159
### Client Side
166160

167-
* http://haste-lang.org/
161+
* https://haste-lang.org/
168162
* https://github.com/ghcjs/ghcjs
169163
* https://www.airpair.com/haskell/posts/haskell-tutorial-introduction-to-web-apps
170-
* http://ifeanyi.co/posts/client-side-haskell/
164+
* https://ifeanyi.co/posts/client-side-haskell/
171165
* https://speakerdeck.com/mkscrg/electron-react-and-haskell-oh-my
172-
* http://stackoverflow.com/questions/9210412/recommended-reading-tutorials-to-understand-reactive-banana-frp-library
166+
* https://stackoverflow.com/questions/9210412/recommended-reading-tutorials-to-understand-reactive-banana-frp-library
173167

174168
## Examples and Projects
175169

176170
* https://m.reddit.com/r/haskell/comments/571tu3/what_are_some_good_open_source_projects_for/
177-
* http://utdemir.com/posts/modeling-the-hardest-logic-puzzle-ever-in-haskell.html
178-
* http://zyghost.com/articles/Renderable.html
171+
* https://utdemir.com/posts/modeling-the-hardest-logic-puzzle-ever-in-haskell.html
172+
* https://zyghost.com/articles/Renderable.html
179173
* https://www.reddit.com/r/haskell/comments/3l2b7q/good_midsized_projects_for_learning_haskell/
180174
* https://gist.github.com/ToJans
181175
* https://www.reddit.com/r/haskell/comments/3pqdln/large_applications_written_using_frp/
182176
* https://github.com/divipp/lensref/wiki
183177
* https://www.youtube.com/watch?v=sl2zo7tzrO8
184178
* https://lotz84.github.io/haskellbyexample/
185179
* https://m.reddit.com/r/haskell/comments/557fx1/how_to_model_road_intersections/
186-
* http://bitemyapp.com/posts/2015-04-26-installing-a-haskell-game.html
180+
* https://bitemyapp.com/posts/2015-04-26-installing-a-haskell-game.html
187181
* https://github.com/pmikkelsen/game-of-life
188182
* https://github.com/rjohnsondev/haskellshop
189183
* https://github.com/google/codeworld
190184
* https://github.com/jtdaugherty/brick
191185
* https://github.com/lunky/IntroToFunctionalProgramming
192-
* http://www.kovach.me/posts/2014-08-09-twitter.html
186+
* https://www.kovach.me/posts/2014-08-09-twitter.html
193187

194188

195189
## Style
196190

197-
* http://stackoverflow.com/questions/7746894/are-there-pronounceable-names-for-common-haskell-operators
191+
* https://stackoverflow.com/questions/7746894/are-there-pronounceable-names-for-common-haskell-operators
198192
* https://www.reddit.com/r/haskell/comments/3ple0s/google_styleguide_for_haskell/
199193
* https://m.reddit.com/r/haskell/comments/578amb/haskell_code_standards/
200194

201195
## Advanced
202196

203-
* https://ocharles.org.uk/blog/pages/2014-12-01-24-days-of-ghc-extensions.html
204-
* http://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
197+
* https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
205198
* https://www.reddit.com/r/haskell/comments/3m9nyp/category_theory_the_essence_of_interfacebased/
206199
* https://www.reddit.com/r/haskell/comments/3k17md/is_there_anything_more_powerful_than_monads/
207200
* https://www.reddit.com/r/haskell/comments/3lnhkp/monad_and_comonad_insights/
208-
* http://fvisser.nl/post/2013/okt/1/fclabels-2.0.html
209-
* http://www.parsonsmatt.org/2015/11/15/template_haskell.html
201+
* https://fvisser.nl/post/2013/okt/1/fclabels-2.0.html
202+
* https://www.parsonsmatt.org/2015/11/15/template_haskell.html
210203
* https://www.reddit.com/r/haskell/comments/3vfrik/can_i_put_constraints_on_type_constructors/
211204
* https://www.reddit.com/r/haskell/comments/3wxh7a/transducers_why_and_how/
212205
* https://www.reddit.com/r/haskell/comments/3wkofz/traversal_of_lens_with_maybe_fields/
213206
* https://wiki.haskell.org/GADTs_for_dummies
214207
* https://m.reddit.com/r/haskell/comments/4sihcv/haskell_the_bad_parts/
215208
* https://blog.jle.im/entry/io-monad-considered-harmful.html
216209
* https://m.reddit.com/r/haskell/comments/4prbba/what_can_i_do_with_comaybe/
217-
* http://www.haskellforall.com/2016/02/auto-generate-command-line-interface.html
218-
* http://www.haskellforall.com/2016/02/from-mathematics-to-map-reduce.html
210+
* https://www.haskellforall.com/2016/02/auto-generate-command-line-interface.html
211+
* https://www.haskellforall.com/2016/02/from-mathematics-to-map-reduce.html
219212

220213
## Fun
221214

222-
* http://www.willamette.edu/~fruehr/haskell/evolution.html
215+
* https://www.willamette.edu/~fruehr/haskell/evolution.html

tutorials/00_intro.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ It might happen that you encounter a more advanced concept or piece of code that
1010

1111
## Outline
1212

13-
1. [FP and Haskell environment](01_fp-env.md)
14-
2. [Functions and basics of data types](02_functions-types.md)
15-
3. [Structure of code and branching in FP](03_branching.md)
16-
4. [Important data types, handling errors](04_types-errors.md)
17-
5. [Advanced functions, typeclasses intro](05_functions-typeclasses.md)
18-
6. [IO, testing, and documentation](06_io-test-doc.md)
19-
7. [Advanced type classes 1](07_common-typeclasses-1.md)
20-
8. [Advanced type classes 2](08_common-typeclasses-2.md)
21-
9. [Web application in Haskell](09_webapp.md)
22-
10. [Frontend and FRP](10_frontend-frp.md)
23-
11. [Performance and Debugging](11_performance-debug.md)
24-
12. [GHC Extensions and Dependent Types](12_exts-deptypes.md)
13+
1. [FP and Haskell environment](./01_fp-env.md)
14+
2. [Functions and basics of data types](./02_functions-types.md)
15+
3. [Structure of code and branching in FP](./03_branching.md)
16+
4. [Important data types, handling errors](./04_types-errors.md)
17+
5. [Advanced functions, typeclasses intro](./05_functions-typeclasses.md)
18+
6. [IO, testing, and documentation](./06_io-test-doc.md)
19+
7. [Advanced type classes 1](./07_common-typeclasses-1.md)
20+
8. [Advanced type classes 2](./08_common-typeclasses-2.md)
21+
9. [Web application in Haskell](./09_webapp.md)
22+
10. [Frontend and FRP](./10_frontend-frp.md)
23+
11. [Performance and Debugging](./11_performance-debug.md)
24+
12. [GHC Extensions and Dependent Types](./12_exts-deptypes.md)

0 commit comments

Comments
 (0)