@hackage fcf-graphs0.0.1.0
Type-level version of algebraic-graphs.
Categories
License
MIT
Maintainer
dan.firth@homotopic.tech
Links
Versions
- 0.0.1.0 Tue, 7 Sep 2021
Installation
Dependencies (3)
- base >=4.7 && <5
- fcf-containers >=0.6.0
- first-class-families >=0.8.0 Show all…
Dependents (1)
@hackage/conic-graphs
fcf-graphs
fcf-graphs mimicks algebraic-graphs but for type level computations using first-class-families.
Provided are the Graph and AdjacencyMap data types, and several functions
for each. I believe this can reach api parity with algebraic-graphs. At the
moment, not everything is implemented, but type-level simplify works which is
interesting.
Note that ordering of underlying lists/maps is a bit weird so be careful. See the doctests for examples, and see fcf-containers for reference.