aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-18 15:46:59 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-18 15:46:59 +0100
commit969a800fcc470ac9b386b56262741ddb798610d7 (patch)
tree381cb9bba7795f63883cb0d45beb1e99da8973a4 /client
parent1033436cc593e6e88f8edbcdf394efb9faabe265 (diff)
downloadthermoprint-969a800fcc470ac9b386b56262741ddb798610d7.tar
thermoprint-969a800fcc470ac9b386b56262741ddb798610d7.tar.gz
thermoprint-969a800fcc470ac9b386b56262741ddb798610d7.tar.bz2
thermoprint-969a800fcc470ac9b386b56262741ddb798610d7.tar.xz
thermoprint-969a800fcc470ac9b386b56262741ddb798610d7.zip
documentation cleanup
Diffstat (limited to 'client')
-rw-r--r--client/src/Thermoprint/Client.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/Thermoprint/Client.hs b/client/src/Thermoprint/Client.hs
index 5e96b29..b787557 100644
--- a/client/src/Thermoprint/Client.hs
+++ b/client/src/Thermoprint/Client.hs
@@ -40,9 +40,6 @@ instance Exception ServantError
40-- 40--
41-- Use like this: 41-- Use like this:
42-- 42--
43-- > import Control.Category
44-- > import Prelude hiding (id, (.))
45-- >
46-- > main :: IO () 43-- > main :: IO ()
47-- > -- ^ Display a list of printers with their status 44-- > -- ^ Display a list of printers with their status
48-- > main = print =<< printers 45-- > main = print =<< printers