Module path

Source
Expand description

Paths in graphs and categories.

The central data type is Path. In addition, this module provides a simple data type for path equations.

Structs§

PathEq
Assertion of an equation between the composites of two paths in a category.

Enums§

InvalidPathEq
A failure of a path equation to be well defined in a graph.
Path
A path in a graph or category.

Type Aliases§

SkelPath
A path in a graph with skeletal vertex and edge sets.