From 8e92e6e11d2b3b0bfb5ac9d68f347219493e6380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 23 Sep 2020 17:44:40 +0200 Subject: split into library + executables --- src/Notmuch/Class.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Notmuch/Class.hs (limited to 'src/Notmuch/Class.hs') diff --git a/src/Notmuch/Class.hs b/src/Notmuch/Class.hs new file mode 100644 index 0000000..2d2b416 --- /dev/null +++ b/src/Notmuch/Class.hs @@ -0,0 +1,4 @@ +module Notmuch.Class where + +class HasNotmuchId a where + notmuchId :: a -> String -- cgit v1.2.3