Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 853f48e

Browse files
committed
Fix up a couple little things
1 parent df31c01 commit 853f48e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/issues/132.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Please take a few minutes to fill it out.
1818

1919
## Featured
2020

21-
- [Hakyll Pt. 1 – Setup & Initial Customization](https://robertwpearce.com/hakyll-pt-1-setup-and-initial-customization.html) by Robert Pearce
21+
- [Hakyll part 1: Setup & initial customization](https://robertwpearce.com/hakyll-pt-1-setup-and-initial-customization.html) by Robert Pearce
2222

23-
> First post in a series on making & customizing a static site with hakyll.
23+
> First post in a series on making & customizing a static site with Hakyll.
2424
25-
- [Exceptionally monadic error handling](https://arxiv.org/abs/1810.13430)
25+
- [Exceptionally monadic error handling](https://arxiv.org/abs/1810.13430) by Jan Malakhovski
2626

2727
> We notice that the type of `catch :: c a -> (e -> c a) -> c a` operator is a special case of monadic bind operator `(>>=) :: m a -> (a -> m b) -> m b` and the semantic (surprisingly) matches.
2828
29-
- [Lambda the Ultimate pattern factory](https://github.com/thma/LtuPatternFactory/tree/1be9521591f8a7f06b35a7ae5929e7beaf0b8e43)
29+
- [Lambda the Ultimate pattern factory](https://github.com/thma/LtuPatternFactory/tree/1be9521591f8a7f06b35a7ae5929e7beaf0b8e43) by Thomas Mahler
3030

3131
> Recently, while re-reading through the Typeclassopedia I thought it would be a good exercise to map the structure of software design-patterns to the concepts found in the Haskell type class library and in functional programming in general.
3232

0 commit comments

Comments
 (0)