summaryrefslogtreecommitdiffstats
path: root/Notmuch/Class.hs
blob: 2d2b416038732702b586b526f0f5b32cdef8d588 (plain)
1
2
3
4
module Notmuch.Class where

class HasNotmuchId a where
    notmuchId :: a -> String