-
TODO found
https://codeclimate.com/github/Verites/verigraph/src/library/Analysis/CriticalSequence.hs#issue_5915ed1aabd07f00010000ad
-
TODO / FIXME found
https://codeclimate.com/github/Verites/verigraph/src/library/Abstract/EpiPairs.hs#issue_5915ed1aabd07f00010000b1
-
Use fewer imports
https://codeclimate.com/github/Verites/verigraph/src/Main.hs#issue_5915dea832268a00010000ab
-
The function `removeNodeFromDomain` from the `GraphMorphism` module does not remove a node that has incident edges, which is the default behaviour of verigraph in order to not generate invalid structu…
-
## Rationale
Currently, the payloads of graph nodes and edges are optional. That is, in a `Graph n e`, nodes contain payloads of type `Maybe n` and edges, of type `Maybe e`. There is currently, howev…