summaryrefslogtreecommitdiff
path: root/provider/posts/thermoprint-4.md
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 17:30:59 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 17:30:59 +0100
commit1833ecbd8ac546f286825d8ccfda5c5daebef2f9 (patch)
tree767e274c7fb82f6998d9b426be1b042295a45129 /provider/posts/thermoprint-4.md
parentc7fcdcbb72ba2aeb9e345572c8d5afb0fc59bf2d (diff)
downloaddirty-haskell.org-1833ecbd8ac546f286825d8ccfda5c5daebef2f9.tar
dirty-haskell.org-1833ecbd8ac546f286825d8ccfda5c5daebef2f9.tar.gz
dirty-haskell.org-1833ecbd8ac546f286825d8ccfda5c5daebef2f9.tar.bz2
dirty-haskell.org-1833ecbd8ac546f286825d8ccfda5c5daebef2f9.tar.xz
dirty-haskell.org-1833ecbd8ac546f286825d8ccfda5c5daebef2f9.zip
updated linkage to git repos
Diffstat (limited to 'provider/posts/thermoprint-4.md')
-rw-r--r--provider/posts/thermoprint-4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/posts/thermoprint-4.md b/provider/posts/thermoprint-4.md
index d64f760..f6bc4ea 100644
--- a/provider/posts/thermoprint-4.md
+++ b/provider/posts/thermoprint-4.md
@@ -6,7 +6,7 @@ tags: Thermoprint
6 6
7The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) 7The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode)
8-- more specifically the contents of the directory `bbcode` in the 8-- more specifically the contents of the directory `bbcode` in the
9[git repo](git://git.yggdrasil.li/thermoprint#rewrite). 9[git repo](http://git.yggdrasil.li/thermoprint?h=rewrite).
10 10
11In a manner consistent with designing software as 11In a manner consistent with designing software as
12[compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of 12[compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of