AlgebraicJulia / GATlab.jl

GATlab: a computer algebra system based on generalized algebraic theories (GATs)
https://algebraicjulia.github.io/GATlab.jl/
MIT License
23 stars 2 forks source link

Aliases for term constructors #66

Closed olynch closed 1 year ago

olynch commented 1 year ago

In Catlab, we support aliases for term constructors. I.e., in categories we have both compose and \cdot, and they do the same thing. Instances only have to use one of them. We should have support for this in Gatlab as well.