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

Standardize how to encode/decode multi-let expressions #271

Merged
merged 2 commits into from
Nov 13, 2018

Conversation

Gabriella439
Copy link
Contributor

In #266 I forgot to specify how to
encode let expressions with multiple bindings. This changes the encoding
to encode a let expression with multiple bindings as a single list with
three elements per binding.

This is not compatible with the previous encoding which would omit the type
annotation when absent instead of using null

In #266 I forgot to specify how to
encode `let` expressions with multiple bindings.  This changes the encoding
to encode a `let` expression with multiple bindings as a single list with
three elements per binding.

This is not compatible with the previous encoding which would omit the type
annotation when absent instead of using `null`
@Gabriella439 Gabriella439 merged commit ab9f13d into master Nov 13, 2018
@Gabriella439 Gabriella439 deleted the gabriel/let_encoding branch November 13, 2018 16:01
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

Successfully merging this pull request may close these issues.

None yet

1 participant