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

Support for recursive variant types (list, tree, etc.) #266

Open
annenkov opened this issue Jul 15, 2021 · 0 comments
Open

Support for recursive variant types (list, tree, etc.) #266

annenkov opened this issue Jul 15, 2021 · 0 comments

Comments

@annenkov
Copy link

Variant types cannot be recursive in Liquidity. That means that it is not possible to define custom types like list or tree.
For list one can use built-in lists, of course, but I find it in general quite useful to be able to define custom recursive data types.
One use case for such types is an AST for a simple embedded DSL.

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

No branches or pull requests

1 participant