diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 17:38:23 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 17:38:23 +0100 |
commit | 68b7a70cca25a891df55721bf104fe36c8cb862a (patch) | |
tree | 101d7a6f4171d478c6a5a35c29e50ee97f894fd3 /provider/posts | |
parent | 1833ecbd8ac546f286825d8ccfda5c5daebef2f9 (diff) | |
download | dirty-haskell.org-68b7a70cca25a891df55721bf104fe36c8cb862a.tar dirty-haskell.org-68b7a70cca25a891df55721bf104fe36c8cb862a.tar.gz dirty-haskell.org-68b7a70cca25a891df55721bf104fe36c8cb862a.tar.bz2 dirty-haskell.org-68b7a70cca25a891df55721bf104fe36c8cb862a.tar.xz dirty-haskell.org-68b7a70cca25a891df55721bf104fe36c8cb862a.zip |
better link
Diffstat (limited to 'provider/posts')
-rw-r--r-- | provider/posts/thermoprint-4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/posts/thermoprint-4.md b/provider/posts/thermoprint-4.md index f6bc4ea..0d62da5 100644 --- a/provider/posts/thermoprint-4.md +++ b/provider/posts/thermoprint-4.md | |||
@@ -6,7 +6,7 @@ tags: Thermoprint | |||
6 | 6 | ||
7 | The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) | 7 | The 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](http://git.yggdrasil.li/thermoprint?h=rewrite). | 9 | [git repo](http://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae). |
10 | 10 | ||
11 | In a manner consistent with designing software as | 11 | In 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 |