diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-03-29 05:34:23 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-03-29 05:34:23 +0200 |
commit | 7646eb44b045ea9d955bbcdbcb20acb9ab35634b (patch) | |
tree | 84117e5d5381dd45153e63c2aa5850065d3e74f1 /posts | |
parent | d8567468d2e8ea442086658806c8b098e6f02295 (diff) | |
download | dirty-haskell.org-7646eb44b045ea9d955bbcdbcb20acb9ab35634b.tar dirty-haskell.org-7646eb44b045ea9d955bbcdbcb20acb9ab35634b.tar.gz dirty-haskell.org-7646eb44b045ea9d955bbcdbcb20acb9ab35634b.tar.bz2 dirty-haskell.org-7646eb44b045ea9d955bbcdbcb20acb9ab35634b.tar.xz dirty-haskell.org-7646eb44b045ea9d955bbcdbcb20acb9ab35634b.zip |
Formatting fix
Diffstat (limited to 'posts')
-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 | ||