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

Specify rules for known-expressions #50

Open
jdpage opened this issue Aug 10, 2018 · 0 comments
Open

Specify rules for known-expressions #50

jdpage opened this issue Aug 10, 2018 · 0 comments

Comments

@jdpage
Copy link
Collaborator

jdpage commented Aug 10, 2018

As mentioned in #49, the rules for what constitutes a "known-expression" in the spec haven't been formally specified.

On the one hand, it's kind of obvious (literals are known, constant bindings are known, expressions whose subexpressions are all known are themselves known), but it wouldn't hurt to spell it out explicitly in case there are some non-obvious corner cases.

In particular, some expressions which look like function calls are known, and some are not, while function identifiers themselves should probably be considered known.

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