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

Simplify importing the library for certain atom sets #76

Open
pmbittner opened this issue Sep 26, 2024 · 0 comments
Open

Simplify importing the library for certain atom sets #76

pmbittner opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@pmbittner
Copy link
Member

When I opened the library, yesterday, even I had trouble finding the right imports at first (e.g., for compilers or expressiveness theorems). Moreover, the names of languages and atoms got really clumsy because I had to carry around annotation language F, the atom set equivalence, variant type around. To help myself, I created some aliases within the module I was using

STR : 𝔸
STR = (String , String._≟_)
STRCCC = CCC String ∞ STR
STR2CC = 2CC String ∞ STR
STRADT = ADT (Rose ∞) String STR

I think it would be great if we would have some helper modules to import all languages and compilers fixed to certain useful atom sets such as Strings (as used here) or natural numbers. Any other way of simplifying dealing with these names or imports is also ok.

Any other ideas?

@pmbittner pmbittner added the help wanted Extra attention is needed label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants