diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-15 04:07:16 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-15 04:07:16 +0000 |
commit | f7182fe913d3c31d9be2fd8e929072321620211d (patch) | |
tree | 4a0828bbffeb96b6d8085a3e0ac2b46475b9905d /spec | |
parent | be7d0f782ad505e112ec28a8f5163c66678dd942 (diff) | |
download | thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar.gz thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar.bz2 thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar.xz thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.zip |
more documentation
Diffstat (limited to 'spec')
-rw-r--r-- | spec/src/Thermoprint/Identifiers.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/src/Thermoprint/Identifiers.hs b/spec/src/Thermoprint/Identifiers.hs index bd0b7a6..9608922 100644 --- a/spec/src/Thermoprint/Identifiers.hs +++ b/spec/src/Thermoprint/Identifiers.hs | |||
@@ -1,5 +1,6 @@ | |||
1 | {-# LANGUAGE GeneralizedNewtypeDeriving, NoDeriveAnyClass #-} | 1 | {-# LANGUAGE GeneralizedNewtypeDeriving, NoDeriveAnyClass #-} |
2 | 2 | ||
3 | -- | Typesafe identifiers for our various objects | ||
3 | module Thermoprint.Identifiers | 4 | module Thermoprint.Identifiers |
4 | ( PrinterId(..) | 5 | ( PrinterId(..) |
5 | , JobId(..) | 6 | , JobId(..) |