Skip to content

Commit

Permalink
Add a draft implementation of Acyclic.AdjacencyMap (#203)
Browse files Browse the repository at this point in the history
See #154.
  • Loading branch information
adithyaov authored and snowleopard committed Jun 9, 2019
1 parent 98541ae commit eefb552
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ cabal.sandbox.config
cabal.project.local
ghcid.txt
.vscode/
*.swp
*.swo
.log
2 changes: 2 additions & 0 deletions algebraic-graphs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ source-repository head
library
hs-source-dirs: src
exposed-modules: Algebra.Graph,
Algebra.Graph.Acyclic.AdjacencyMap,
Algebra.Graph.AdjacencyIntMap,
Algebra.Graph.AdjacencyIntMap.Algorithm,
Algebra.Graph.AdjacencyMap,
Expand Down Expand Up @@ -122,6 +123,7 @@ test-suite test-alga
main-is: Main.hs
other-modules: Algebra.Graph.Test,
Algebra.Graph.Test.API,
Algebra.Graph.Test.Acyclic.AdjacencyMap,
Algebra.Graph.Test.AdjacencyIntMap,
Algebra.Graph.Test.AdjacencyMap,
Algebra.Graph.Test.Arbitrary,
Expand Down
Loading

0 comments on commit eefb552

Please sign in to comment.