diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 15:21:33 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 15:21:33 +0100 |
commit | 8d1646b6545ceeda6fc7a57356fd6e72e66d39b9 (patch) | |
tree | c6336565199078660d6fdbda0ed3ea048891203c /app/Issue.hs | |
parent | d9a26739b3f062f19d5051677fbac1526ae8747b (diff) |
update issues
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 2 |
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, |