diff options
Diffstat (limited to 'Notmuch/Class.hs')
-rw-r--r-- | Notmuch/Class.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Notmuch/Class.hs b/Notmuch/Class.hs new file mode 100644 index 0000000..2d2b416 --- /dev/null +++ b/Notmuch/Class.hs @@ -0,0 +1,4 @@ +module Notmuch.Class where + +class HasNotmuchId a where + notmuchId :: a -> String |