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

Check better ways to export/import modules #9

Open
d-roak opened this issue Jun 16, 2024 · 0 comments
Open

Check better ways to export/import modules #9

d-roak opened this issue Jun 16, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Open for external contributors

Comments

@d-roak
Copy link
Member

d-roak commented Jun 16, 2024

E.g.

// TODO dumb export logic, fix this
export { IGCounter, GCounter } from "./builtins/GCounter";
export { PNCounter } from "./builtins/PNCounter";
export { GSet } from "./builtins/GSet";
export { TwoPSet } from "./builtins/2PSet";

@d-roak d-roak added enhancement New feature or request good first issue Good for newcomers help wanted Open for external contributors labels Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Open for external contributors
Projects
Status: 🗃️ Backlog
Development

No branches or pull requests

1 participant