diff options
Diffstat (limited to 'client/src')
-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 |