Skip to content

Commit a0dac9c

Browse files
committed
wayback link
1 parent 35ab797 commit a0dac9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/04-markup/04-parsing_02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ by passing the flag `-Wall` to `ghc` or `runghc`.
114114
**My recommendation is to always use `-Wall`**!
115115

116116
> As an aside, while it is possible to use pattern matching in function definitions by defining a function
117-
> multiple times, [I personally don't like that feature very much](https://fosstodon.org/@suppi/110360105149103689)
117+
> multiple times, [I personally don't like that feature very much](https://web.archive.org/web/20200509003311/https://twitter.com/_gilmi/status/1257225601079029760)
118118
> and I would encourage you to avoid it,
119119
> but if you want to use it instead of case expressions, it is possible.
120120

src/10-recap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Thank you for reading this book. I hope you enjoyed it and found Haskell interes
3535
I would very much like to hear your feedback. If you'd like, you could leave your
3636
feedback on this book's
3737
[discussion board](https://github.com/soupi/learn-haskell-blog-generator/discussions),
38-
or you could reach me directly on [mastodon](https://fosstodon.org/@suppi) or via email.
38+
or you could reach me via email.
3939
You can find my contact information [on my website](https://gilmi.me).
4040

4141
If you liked this book, do let me know - your kind words mean a lot.

0 commit comments

Comments
 (0)