diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-18 15:49:30 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-18 15:49:30 +0100 |
| commit | d42268e15e062a894b5ac18a2e069c98f65c6698 (patch) | |
| tree | da131c06777813437c6749d796da9ae432305c82 | |
| parent | 969a800fcc470ac9b386b56262741ddb798610d7 (diff) | |
| download | thermoprint-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.hs | 2 |
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 |
