Library Reference

AlgebraicOptimization.CompositionalProgramming.FinSetAlgebras.FinSetAlgebraType
 FinSetAlgebra{T}

A finset algebra is a lax symmetric monoidal functor (FinSet,+) → (Set,×). We implicitly use the category of Julia types and (pure) functions as a model of Set, so T is the type of objects mapped to by the algebra. Finset algebras must then implement the hom_map and laxator methods.

T must implement dom(x::T)::FinSet, which implicitly defines the object map of a finset-algebra.

source