aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue
diff options
context:
space:
mode:
Diffstat (limited to 'app/Issue')
-rw-r--r--app/Issue/Filter.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Issue/Filter.hs b/app/Issue/Filter.hs
index 7501e35..e8209a7 100644
--- a/app/Issue/Filter.hs
+++ b/app/Issue/Filter.hs
@@ -41,6 +41,8 @@ import Options.Applicative qualified as O
--
-- [1] Not in the sense that it is rejected, but in the sense that the negation
-- is not parsed. It is just the literal value `!<v`.
+--
+-- @backlog
data Filter = Filter Mode SimpleFilter deriving (Show)
data Mode = Include | Exclude deriving (Show)