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 "where" clauses #13

Open
girving opened this issue Jul 19, 2009 · 0 comments
Open

Add "where" clauses #13

girving opened this issue Jul 19, 2009 · 0 comments

Comments

@girving
Copy link
Owner

girving commented Jul 19, 2009

These are just like Haskell except for evaluation order. In particular, in "e1 where v = e2", e2 is evaluated before e1. If multiple variables are declared in the where clause, the dependencies between the variables must at least be acyclic. We'll have to decide whether we want to require them to be purely backwards or not (which is why this has a semantics label as well).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant