diff options
| -rw-r--r-- | posts/blog-rss.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/blog-rss.md b/posts/blog-rss.md index f7116a9..f7dbe37 100644 --- a/posts/blog-rss.md +++ b/posts/blog-rss.md | |||
| @@ -24,7 +24,7 @@ Along the way two helper functions were introduced — if an implementation of t | |||
| 24 | [] <--> x = x | 24 | [] <--> x = x |
| 25 | (f:fs) <--> x = fs <--> (f x) | 25 | (f:fs) <--> x = fs <--> (f x) |
| 26 | 26 | ||
| 27 | == Update | 27 | ## Update ## |
| 28 | 28 | ||
| 29 | import Control.Applicative ((<*>), pure) | 29 | import Control.Applicative ((<*>), pure) |
| 30 | 30 | ||
