aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Issue.hs')
-rw-r--r--app/Issue.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Issue.hs b/app/Issue.hs
index 4326af1..2ada47b 100644
--- a/app/Issue.hs
+++ b/app/Issue.hs
@@ -39,6 +39,8 @@ data Issue = Issue
-- TODO Make provenance obligatory
--
-- I cannot think of instances where an issue exists without a provenance..
+ --
+ -- @difficulty easy
provenance :: Maybe Provenance,
start :: G.Position,
end :: G.Position,