You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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
Vatras/src/Vatras/Test/Experiments/ADT-to-TikZ-Forest.agda
Lines 22 to 27 in 81a5256
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?
The text was updated successfully, but these errors were encountered: