Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate FinSet types to ACSets.jl #834

Open
epatters opened this issue Jul 18, 2023 · 0 comments
Open

Migrate FinSet types to ACSets.jl #834

epatters opened this issue Jul 18, 2023 · 0 comments

Comments

@epatters
Copy link
Member

As of AlgebraicJulia/ACSets.jl#32 and AlgebraicJulia/ACSets.jl#47, we effectively have two parallel implementations of finite sets: PartsType in ACSets.jl and FinSet here in Catlab. We should consolidate them into a single type, moving FinSet to ACSets.jl and then eliminating PartsType.

This design is consistent with the intended separation between ACSets and Catlab: the basic data structures (finite sets, acsets) will be in ACSets.jl and the category-theoretic machinery, beginning with morphisms (functions between finite sets, transformations between acsets) will be in Catlab.

This should be done prior to #706.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant