aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-18 15:49:30 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-18 15:49:30 +0100
commitd42268e15e062a894b5ac18a2e069c98f65c6698 (patch)
treeda131c06777813437c6749d796da9ae432305c82
parent969a800fcc470ac9b386b56262741ddb798610d7 (diff)
downloadthermoprint-d42268e15e062a894b5ac18a2e069c98f65c6698.tar
thermoprint-d42268e15e062a894b5ac18a2e069c98f65c6698.tar.gz
thermoprint-d42268e15e062a894b5ac18a2e069c98f65c6698.tar.bz2
thermoprint-d42268e15e062a894b5ac18a2e069c98f65c6698.tar.xz
thermoprint-d42268e15e062a894b5ac18a2e069c98f65c6698.zip
documentation cleanup
-rw-r--r--client/src/Thermoprint/Client.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/Thermoprint/Client.hs b/client/src/Thermoprint/Client.hs
index b787557..710efae 100644
--- a/client/src/Thermoprint/Client.hs
+++ b/client/src/Thermoprint/Client.hs
@@ -40,6 +40,8 @@ instance Exception ServantError
40-- 40--
41-- Use like this: 41-- Use like this:
42-- 42--
43-- > {-# LANGUAGE RecordWildCards #-}
44-- >
43-- > main :: IO () 45-- > main :: IO ()
44-- > -- ^ Display a list of printers with their status 46-- > -- ^ Display a list of printers with their status
45-- > main = print =<< printers 47-- > main = print =<< printers