summaryrefslogtreecommitdiff
path: root/provider/posts/thermoprint/2.lhs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-27 21:31:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-27 21:31:15 +0200
commitc297ee8043bc38b58c466974f700d9cdb8e1f1b9 (patch)
treee0e4aa48bdda25de471adeb4cff8335eb063f2fe /provider/posts/thermoprint/2.lhs
parentfb1406d898406709fc9cac2c50945fe1c15add43 (diff)
downloaddirty-haskell.org-c297ee8043bc38b58c466974f700d9cdb8e1f1b9.tar
dirty-haskell.org-c297ee8043bc38b58c466974f700d9cdb8e1f1b9.tar.gz
dirty-haskell.org-c297ee8043bc38b58c466974f700d9cdb8e1f1b9.tar.bz2
dirty-haskell.org-c297ee8043bc38b58c466974f700d9cdb8e1f1b9.tar.xz
dirty-haskell.org-c297ee8043bc38b58c466974f700d9cdb8e1f1b9.zip
link cleanup
Diffstat (limited to 'provider/posts/thermoprint/2.lhs')
-rw-r--r--provider/posts/thermoprint/2.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/provider/posts/thermoprint/2.lhs b/provider/posts/thermoprint/2.lhs
index a144fb5..28b59b8 100644
--- a/provider/posts/thermoprint/2.lhs
+++ b/provider/posts/thermoprint/2.lhs
@@ -2,10 +2,10 @@
2title: On the design of a structured document format compatible with character oriented printers 2title: On the design of a structured document format compatible with character oriented printers
3published: 2016-01-11 3published: 2016-01-11
4tags: Thermoprint 4tags: Thermoprint
5repo: https://git.yggdrasil.li/thermoprint?h=rewrite
6base: https://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/Printout.hs?h=rewrite&id=f6dc3d1
5--- 7---
6 8
7This post is an annotated version of the file [spec/src/Thermoprint/Printout.hs](https://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/Printout.hs?h=rewrite&id=f6dc3d1) as of commit `f6dc3d1`.
8
9> {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} 9> {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-}
10> {-# LANGUAGE OverloadedStrings #-} 10> {-# LANGUAGE OverloadedStrings #-}
11> {-# OPTIONS_HADDOCK show-extensions #-} 11> {-# OPTIONS_HADDOCK show-extensions #-}