Expand description
Data structures for finite and finitely presented categories.
Structs§
- FinCategory
- A finite category with explicitly defined composition law.
- FpCategory
- A finitely presented category.
Enums§
- FinMor
- Morphism in a finite category.
- Invalid
FinCategory - A failure of a finite category to be well defined.
- Invalid
FpCategory - A failure of a finite presentation of a category to be well defined.
Type Aliases§
- Ustr
FinCategory - A finite category with objects and morphisms of type
Ustr
. - Ustr
FpCategory - A finitely presented category with generators and equation keys of type
Ustr
.