You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/04-markup/04-parsing_02.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ by passing the flag `-Wall` to `ghc` or `runghc`.
114
114
**My recommendation is to always use `-Wall`**!
115
115
116
116
> 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)
118
118
> and I would encourage you to avoid it,
119
119
> but if you want to use it instead of case expressions, it is possible.
0 commit comments