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

Add better support for type-unifying strategies #3

Open
inkytonik opened this issue Jun 14, 2020 · 1 comment
Open

Add better support for type-unifying strategies #3

inkytonik opened this issue Jun 14, 2020 · 1 comment
Labels
Component: rewriting Relating to the rewriting component enhancement New feature or request

Comments

@inkytonik
Copy link
Owner

In the strategic programming literature type-unifying strategies are ones that produce a single value of some type as a result of the rewrite. They are close to folds in functional programming terminology. At present, Kiama doesn't have good support for this kind of strategy, just a hacked-in version via the query combinator. We plan to conduct a systematic redesign of this portion of the library and hence support type-unifying operations inline with the literature.

@inkytonik inkytonik added the enhancement New feature or request label Jun 14, 2020
@inkytonik inkytonik added the Component: rewriting Relating to the rewriting component label Dec 8, 2020
@inkytonik
Copy link
Owner Author

See Ralf Lämmel’s paper on strategy typing for a method of typing the queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: rewriting Relating to the rewriting component enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant