summaryrefslogtreecommitdiff
path: root/provider/posts/thermoprint/2.lhs
diff options
context:
space:
mode:
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 #-}