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

Extend concat-examples support #108

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

sellout
Copy link
Member

@sellout sellout commented Feb 9, 2024

concat-examples contains a number of useful categories, but they’re not quite usable by Categorifier in general.

This sets up a pattern for supporting them and implements it for the ConCat.Syntactic category. It defines the plugin-specific instances for them (and moves existing ones out of test-specific code) and also defines concat-extensions and unconcat instances.

Syntactic is a trivial category, but the pattern should work across others, which can be integrated over time.

This removes some duplicated instances, moves some others out of test-specific code, and adds a few
others. Overall, this makes `ConCat.Circuit` and `ConCat.Syntactic` better supported under Categorifier.
Makes it easier to use the `ConCat.Syntactic` category with Categorifier.

Also provides a package and pattern for adding these instances for other categories from `concat-examples`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant