summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-03-29 05:34:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-03-29 05:34:23 +0200
commit7646eb44b045ea9d955bbcdbcb20acb9ab35634b (patch)
tree84117e5d5381dd45153e63c2aa5850065d3e74f1
parentd8567468d2e8ea442086658806c8b098e6f02295 (diff)
downloaddirty-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
-rw-r--r--posts/blog-rss.md2
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