summaryrefslogtreecommitdiff
path: root/provider/posts/thermoprint/3.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/3.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/3.lhs')
-rw-r--r--provider/posts/thermoprint/3.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/provider/posts/thermoprint/3.lhs b/provider/posts/thermoprint/3.lhs
index 4068cac..f0f52f5 100644
--- a/provider/posts/thermoprint/3.lhs
+++ b/provider/posts/thermoprint/3.lhs
@@ -2,10 +2,10 @@
2title: Thoughts on a network protocol for a toolset for interacting with character-oriented printers 2title: Thoughts on a network protocol for a toolset for interacting 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/API.hs?h=rewrite&id=3ad700c
5--- 7---
6 8
7This post is an annotated version of the file [spec/src/Thermoprint/API.hs](https://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/API.hs?h=rewrite&id=3ad700c) as of commit `3ad700c`.
8
9> {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} 9> {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-}
10> {-# LANGUAGE TypeOperators, DataKinds #-} 10> {-# LANGUAGE TypeOperators, DataKinds #-}
11> {-# LANGUAGE OverloadedStrings #-} 11> {-# LANGUAGE OverloadedStrings #-}